Revert "Another ugly hack to get Travis to show output"

This reverts commit 97a60818c4.
This commit is contained in:
Emmanuel Lepage Vallee 2021-03-28 02:38:51 -07:00
parent a5c4377901
commit 743b327348
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ script:
cd "$BUILD_IN_DIR" cd "$BUILD_IN_DIR"
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
- | - |
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