Fix test flag name.

This commit is contained in:
Tom Finegan 2017-09-07 11:54:27 -07:00
parent f8059008b3
commit 4a44eec6f1

View File

@ -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