travis: Remove step to compile and run tests.

This commit is contained in:
bunnei 2018-06-12 16:34:09 -04:00
parent 6a0e19e308
commit 93f8eb8f6f

View file

@ -19,6 +19,4 @@ before_script:
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Release
script: make && make test
after_failure: if [ -d Testing ]; then cat Testing/Temporary/LastTest.log; fi
script: make