Skip to content

Commit

Permalink
follow travis docs to do apt
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Feb 15, 2016
1 parent 2248075 commit 3ca4b1a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
language: c
before_install:
- sudo apt-get -qq update
install:
- sudo apt-get install pkg-config
- sudo apt-get install -y pkg-config
script:
- ./autogen.sh
- make
- make clean
- sudo apt-get update
- sudo apt-get install libconfig-dev || sudo apt-get install libconfig8-dev
- sudo apt-get install -y libconfig-dev || sudo apt-get install -y libconfig8-dev
- ./autogen.sh
- make

0 comments on commit 3ca4b1a

Please sign in to comment.