diff options
author | Jan Wagner <waja@cyconet.org> | 2015-10-19 18:30:14 +0200 |
---|---|---|
committer | Jan Wagner <waja@cyconet.org> | 2015-10-21 17:06:08 +0200 |
commit | 51d384b2cd4a2c1edf8d97c7c16576b4d4d9da42 (patch) | |
tree | 73bbd0d6339e7bfb6ae73b23bd8d79b316ab9215 | |
parent | cda7afd890d67d5020e7b5af63ef3796c3643d9e (diff) | |
download | monitoring-plugins-51d384b.tar.gz |
travis-ci: Adding multiverse repository as long it's not default. snmp-mibs-downloader is located there
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 6255e79d..d0daf22e 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -3,6 +3,7 @@ dist: trusty | |||
3 | language: c | 3 | language: c |
4 | 4 | ||
5 | before_install: | 5 | before_install: |
6 | - 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" | ||
6 | - sudo apt-get update -qq | 7 | - sudo apt-get update -qq |
7 | - sudo apt-get purge -qq gawk | 8 | - sudo apt-get purge -qq gawk |
8 | # http://docs.travis-ci.com/user/trusty-ci-environment/ indicates, no MySQL on Trusty (yet) | 9 | # http://docs.travis-ci.com/user/trusty-ci-environment/ indicates, no MySQL on Trusty (yet) |