Update .travis.yml

This commit is contained in:
Max Brunsfeld 2014-02-18 09:19:41 -08:00
parent a0738ea9dc
commit 741da7b5ae

View file

@ -1,2 +1,5 @@
language: cpp
compiler:
- clang
install: git submodule update --init
script: "make test"