Update .travis.yml

This commit is contained in:
Max Brunsfeld 2014-03-04 12:53:23 -08:00
parent 7b9fdaf73b
commit 6d25209fac

View file

@ -1,5 +1,5 @@
language: cpp
compiler:
- clang
install: script/bootstrap.sh
script: script/ci.sh
install: script/configure.sh
script: script/test.sh