update travis to reflect changes to configure

This commit is contained in:
Thomas Fussell 2015-11-10 20:59:00 -05:00
parent 1e746ad587
commit 308e42c0a3

View File

@ -1,6 +1,6 @@
language: cpp language: cpp
script: script:
- python configure SHARED=0 BUILD_TESTS=1 AUTORUN_TESTS=1 "Unix Makefiles" && make -C build - python configure --shared --build-tests --autotest && make -C build
compiler: compiler:
- clang - clang
- gcc - gcc