Revert "I want to see the error message!!!"

This reverts commit 1792780cf3.
This commit is contained in:
Emmanuel Lepage Vallee 2021-03-28 02:38:43 -07:00
parent c48e138b01
commit a5c4377901
1 changed files with 0 additions and 3 deletions

View File

@ -249,9 +249,6 @@ script:
travis_run_in_fold "build_in_dir" cmake $CMAKE_ARGS "$SOURCE_DIRECTORY" travis_run_in_fold "build_in_dir" cmake $CMAKE_ARGS "$SOURCE_DIRECTORY"
fi fi
- travis_run_in_fold "make" make ; sleep 5 - travis_run_in_fold "make" make ; sleep 5
- make ; sleep 5
- make ; sleep 5
- make ; sleep 5
- | - |
if [ "$TRAVIS_TEST_RESULT" = 0 ]; then if [ "$TRAVIS_TEST_RESULT" = 0 ]; then
travis_run_in_fold "make.install" sudo env PATH=$PATH make install travis_run_in_fold "make.install" sudo env PATH=$PATH make install