mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-11 09:40:05 -04:00
travis-ci: Remove backports ppa
This commit is contained in:
parent
0ec21334c3
commit
a8d96ce2c6
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue