Skip to content

Commit

Permalink
Merge pull request #908 from danog/master
Browse files Browse the repository at this point in the history
Fix travis
  • Loading branch information
vysheng committed Jan 8, 2016
2 parents bde3a39 + c16ad44 commit 160231b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ compiler:
- clang

install:
- sudo apt-get update
- sudo apt-get install libconfig8-dev
- sudo apt-get install libreadline6-dev
- sudo apt-get install libssl-dev
Expand All @@ -17,3 +18,4 @@ script:
- git submodule update --init --recursive
- ./configure
- make

0 comments on commit 160231b

Please sign in to comment.