Explorar el Código

Updated Travis CI recipe with the required packages for Debian/Ubuntu.

Adrian Simionov hace 8 años
padre
commit
7ffa92c84a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -2,7 +2,7 @@ language: c
 
 before_install:
   - sudo apt-get update -qq
-  - sudo apt-get install -y automake libtool libsnmp-dev bison make gcc flex snmp-mibs-downloader
+  - sudo apt-get install automake libtool libsnmp-dev bison make gcc flex git libglib2.0-dev libfl-dev
   - sudo pip install cpp-coveralls
   - ./autogen.sh