Add .travis.yml for running test/run-tests.

This commit is contained in:
Jesse Beder
2016-04-01 17:32:11 -05:00
parent 52bcefa1f1
commit d155b0d0d2

11
.travis.yml Normal file
View File

@@ -0,0 +1,11 @@
language: c++
compiler:
- clang
- gcc
before_script:
- mkdir build
- cd build
- cmake ..
script:
- make
- test/run-tests