From f6411fd8f9c6edd21442c32f864fc8e08fd3d02f Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Sat, 16 Jan 2016 21:29:49 -0800 Subject: [PATCH] fix travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a6908f5e..496be415 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ matrix: script: - mkdir build && cd build - - cmake -G "Unix Makefiles" -D SHARED=1 -D BUILD_TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER ../cmake + - cmake -G "Unix Makefiles" -D SHARED=1 -D TESTS=1 -D CMAKE_CXX_COMPILER=$COMPILER ../cmake - make - ../bin/xlnt.test