Skip to content

Commit

Permalink
Add Travis-CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
droe committed Jul 3, 2013
1 parent 33692df commit 22d98f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: c
compiler:
- gcc
- clang
# make test omitted because of missing libcheck on Ubuntu
script: make config && make
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libssl-dev libevent-dev

0 comments on commit 22d98f2

Please sign in to comment.