Added a Travis CI build file.

This allows for continuous integration builds by travis-ci.org.
More information at https://docs.travis-ci.com/user/languages/cpp
This commit is contained in:
Chris Mumford
2016-01-14 16:09:03 -08:00
parent dac40d25f6
commit 9fcae61641

13
.travis.yml Normal file
View File

@@ -0,0 +1,13 @@
language: cpp
compiler:
- clang
- gcc
os:
- linux
- osx
sudo: false
before_install:
- echo $LANG
- echo $LC_ALL
script:
- make -j 4 check