Initial try at a travis yaml

This commit is contained in:
Mike Long
2016-07-06 10:36:12 +02:00
parent 984059e60d
commit ab1c68642b

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
language: cpp
compiler:
- clang
- gcc
script: ./buildandtest
os:
- linux
- osx