Skip to content

Commit

Permalink
Add libev dependecny
Browse files Browse the repository at this point in the history
  • Loading branch information
JoakimSoderberg authored and Andy Green committed Nov 25, 2014
1 parent 4eb182f commit ced6602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ compiler:
language: c
install:
- sudo apt-get update -qq && sudo apt-get install -y -qq valgrind
- if [ x$LWS_METHOD == xlibev ]; then sudo apt-get install -y -qq libev-dev; fi
script:
- mkdir build && cd build && cmake $CMAKE_ARGS .. && cmake --build .

0 comments on commit ced6602

Please sign in to comment.