Explorar el Código

travis-ci: Adding multiverse repository as long it's not default. snmp-mibs-downloader is located there

Jan Wagner hace 10 años
padre
commit
1255b81200
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -3,6 +3,7 @@ dist: trusty
 language: c
 language: c
 
 
 before_install:
 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 update -qq
   - sudo apt-get purge -qq gawk
   - sudo apt-get purge -qq gawk
   # http://docs.travis-ci.com/user/trusty-ci-environment/ indicates, no MySQL on Trusty (yet)
   # http://docs.travis-ci.com/user/trusty-ci-environment/ indicates, no MySQL on Trusty (yet)