summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Wagner <waja@cyconet.org>2015-10-21 14:05:25 (GMT)
committerJan Wagner <waja@cyconet.org>2015-10-21 15:06:08 (GMT)
commitb6744cf3b859b8a158fb01d0b2c233c2159e4509 (patch)
tree8d9d2bacb7f49981a6a112d83c649080e51fc891
parentf846f63483d2d001012077e111cb32827059b4f4 (diff)
downloadmonitoring-plugins-maint-2.1.tar.gz
travis-ci: Adding spwaspace to trusty envmaint-2.1
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index fe8ab85..77e599e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,8 @@ before_install:
10 - sudo [ $(ip addr show | grep "inet6 ::1" | wc -l) -lt "1" ] && sudo sed -i '/^::1/d' /etc/hosts 10 - sudo [ $(ip addr show | grep "inet6 ::1" | wc -l) -lt "1" ] && sudo sed -i '/^::1/d' /etc/hosts
11 # Trusty has running ntpd on localhost, but we don't like that for our tests 11 # Trusty has running ntpd on localhost, but we don't like that for our tests
12 - sudo killall -9 ntpd 12 - sudo killall -9 ntpd
13 # Trusty has no swap, lets create some
14 - sudo fallocate -l 20M /swapfile; sudo chmod 600 /swapfile; sudo mkswap /swapfile; sudo swapon /swapfile
13 - sudo add-apt-repository -y ppa:waja/trusty-backports 15 - sudo add-apt-repository -y ppa:waja/trusty-backports
14 - sudo apt-get update -qq 16 - sudo apt-get update -qq
15 - sudo apt-get purge -qq gawk 17 - sudo apt-get purge -qq gawk