Skip to content

Commit

Permalink
Enable unit tests on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
droe committed Jul 3, 2013
1 parent 22d98f2 commit 054ae55
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ language: c
compiler:
- gcc
- clang
# make test omitted because of missing libcheck on Ubuntu
script: make config && make
script: make config && make && make test && ./sslsplit -V
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev libevent-dev
- sudo apt-get install -qq libssl-dev libevent-dev check

0 comments on commit 054ae55

Please sign in to comment.