From 51d384b2cd4a2c1edf8d97c7c16576b4d4d9da42 Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Mon, 19 Oct 2015 18:30:14 +0200 Subject: travis-ci: Adding multiverse repository as long it's not default. snmp-mibs-downloader is located there diff --git a/.travis.yml b/.travis.yml index 6255e79..d0daf22 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) -- cgit v0.10-9-g596f