diff options
author | Jan Wagner <waja@cyconet.org> | 2015-10-20 18:46:13 (GMT) |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2015-10-21 14:33:59 (GMT) |
commit | 650d396186d2c9f5a45b697a07146323e9e47e7f (patch) | |
tree | 1e5e74b52dda632048a1b1be121084f6a7d7d5e0 /.travis.yml | |
parent | fe5a13afd1474557f49a0fad595415f75fb8280f (diff) | |
download | monitoring-plugins-650d396186d2c9f5a45b697a07146323e9e47e7f.tar.gz |
travis-ci: Add ppa:waja/precise-backports for fixed faketime
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ae015ee..3d396e4 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -8,6 +8,7 @@ before_install: | |||
8 | - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ trusty multiverse" && sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ trusty-updates multiverse" | 8 | - sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ trusty multiverse" && sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu/ trusty-updates multiverse" |
9 | # /etc/hosts has IPv6 hosts (https://github.com/travis-ci/travis-ci/issues/4978) | 9 | # /etc/hosts has IPv6 hosts (https://github.com/travis-ci/travis-ci/issues/4978) |
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 | - sudo add-apt-repository -y ppa:waja/trusty-backports | ||
11 | - sudo apt-get update -qq | 12 | - sudo apt-get update -qq |
12 | - sudo apt-get purge -qq gawk | 13 | - sudo apt-get purge -qq gawk |
13 | # http://docs.travis-ci.com/user/trusty-ci-environment/ indicates, no MySQL on Trusty (yet) | 14 | # http://docs.travis-ci.com/user/trusty-ci-environment/ indicates, no MySQL on Trusty (yet) |