浏览代码

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

Adrian Simionov 8 年之前
父节点
当前提交
7ffa92c84a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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