Skip to content

Commit

Permalink
travis
Browse files Browse the repository at this point in the history
  • Loading branch information
errzey committed Apr 21, 2016
1 parent 202a069 commit 12a91ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,11 +3,12 @@ compiler:
- gcc
- clang

sudo: required
iinstall:
- sudo apt-get update -qq
- sudo apt-get install libevent-dev
script:
- mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build .
- cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && cmake --build .

notifications:
- irc "irc.oftc.net#libevhtp"

0 comments on commit 12a91ab

Please sign in to comment.