From 308e42c0a373d438bfd840058ecb33164881db7a Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Tue, 10 Nov 2015 20:59:00 -0500 Subject: [PATCH] update travis to reflect changes to configure --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e44e14a..788fcb20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: cpp 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: - clang - gcc