travis-ci: Remove backports ppa

This commit is contained in:
Jan Wagner 2019-02-02 16:47:07 +01:00
parent 0ec21334c3
commit a8d96ce2c6

View file

@ -39,7 +39,6 @@ before_install:
- "sudo killall -9 ntpd ||:"
# Trusty has no swap, lets create some
- sudo fallocate -l 20M /swapfile; sudo chmod 600 /swapfile; sudo mkswap /swapfile; sudo swapon /swapfile
- sudo add-apt-repository -y ppa:waja/trusty-backports
- sudo apt-get update -qq
- sudo apt-get purge -qq gawk