Update .travis.yml

removed verbose tests

Former-commit-id: e13f25477ea07ed146c689beebcb638bdc905ab6
This commit is contained in:
teseoch
2018-10-15 13:43:54 -04:00
committed by GitHub
parent 67c8d6a141
commit 1bfaa60e32
+1 -1
View File
@@ -70,5 +70,5 @@ script:
- cd build
- cmake -DCMAKE_BUILD_TYPE=$CONFIG -DLIBIGL_BUILD_TESTS=ON -DLIBIGL_BUILD_TUTORIALS=ON ../
- make -j 2
- ctest --verbose
- make test
- ccache --show-stats