diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..49673cd51 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,21 @@ +language: c + +#Use newer travis container-based infrastructure +sudo: false + +#Install flex dependency +addons: + apt: + packages: + - flex + +#Build using gcc and clang since it is supported +compiler: + - clang + - gcc + +#Probably a better way to do this TODO +before_script: cd c + +#No configure or make install needed +script: make