Add travis support

This commit is contained in:
Sam Dodrill 2014-08-02 22:17:54 -07:00
parent 13221ce579
commit 923cda96ff
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: c
compiler:
- gcc
before-install:
- sudo apt-get update
install:
- sudo apt-get install build-essential libssl-dev flex bison
script: "./configure && make"