Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
updated travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Nov 21, 2017
1 parent f1d2bd1 commit 45003e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ compiler:
- clang

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

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

0 comments on commit 45003e1

Please sign in to comment.