Initial Travis CI support for Linux intermediate tools

This commit is contained in:
Echelon9 2015-10-30 02:03:15 +11:00
parent a451b39ab1
commit 1eb5d99452

10
.travis.yml Normal file
View file

@ -0,0 +1,10 @@
language: cpp
compiler:
- gcc
- clang
env:
- TEST_DIR=build/gnu
script: cd $TEST_DIR && make