Merge pull request #49 from thorduri/travis

travis
This commit is contained in:
Joris Vink 2015-05-13 09:48:55 +02:00
commit e25801f461
1 changed files with 11 additions and 0 deletions

11
.travis.yml Normal file
View File

@ -0,0 +1,11 @@
language: c
compiler:
- clang
- gcc
install:
- sudo apt-get update -qq
- sudo apt-get install libssl-dev
script: make