Starting basic travis support

This commit is contained in:
Muntek Singh 2015-08-30 10:19:43 -07:00
parent 44eb5cd4ec
commit 406ad4c990

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: c
branches:
only:
- master
- travis
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq flex
before_script: cd c