start playing with travis

This commit is contained in:
Cullen Jennings 2013-12-13 09:59:52 -07:00
parent 99faf1ec4a
commit ea2826e567

5
.travis.yml Normal file
View File

@ -0,0 +1,5 @@
language: cpp
compiler:
- gcc
- clang
script: make gtest-bootstrap && make