From 4a44eec6f16736874ae835b336b5195205f239a6 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Thu, 7 Sep 2017 11:54:27 -0700 Subject: [PATCH] Fix test flag name. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 021a5de..c909bf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,6 +23,6 @@ script: - make --version # Configure and build - mkdir _travis_build && cd _travis_build - - cmake -G "Unix Makefiles" -DENABLE_TESTING=ON -DENABLE_CCACHE=ON .. + - cmake -G "Unix Makefiles" -DENABLE_TESTS=ON -DENABLE_CCACHE=ON .. - make -j - ./draco_tests