add a .travis.yml, trying out travis-ci.org

This commit is contained in:
Evan Martin 2013-04-22 08:06:37 -07:00
parent 722bfc52a2
commit 1561861eb7

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: cpp
compiler:
- gcc
- clang
script: ./bootstrap.py && ./ninja ninja_test && ./ninja_test