aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Jan Wagner <waja@cyconet.org> 2015-10-19 18:30:14 +0200
committerGravatar Jan Wagner <waja@cyconet.org> 2015-10-19 18:37:13 +0200
commit079ab8a658d89a4632f3fb1745c5aaffaad81afb (patch)
treef3d831b386dd275b7b28491c820e1236037451a5 /.travis.yml
parent2a3f4b30ad905e4d858d5279af0aa2c5c44f4c4c (diff)
downloadmonitoring-plugins-079ab8a658d89a4632f3fb1745c5aaffaad81afb.tar.gz
travis-ci: Adding multiverse repository as long it's not default. snmp-mibs-downloader is located there
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4f3c3e00..b4aab017 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ dist: trusty
language: c
before_install:
+ - 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"
- sudo apt-get update -qq
- sudo apt-get purge -qq gawk
# http://docs.travis-ci.com/user/trusty-ci-environment/ indicates, no MySQL on Trusty (yet)