Merge pull request #957 from praveen-palanisamy/verbose_travis

Append to Travis build logs instead of over-writing
This commit is contained in:
Néstor Subirón 2018-11-28 14:53:44 +01:00 committed by GitHub
commit f84d46007c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@ matrix:
- pip3 install -q --user setuptools nose2
script:
- while sleep 2m; do echo "still building..."; done &
- make setup > build.log 2>&1
- make LibCarla > build.log 2>&1
- make PythonAPI > build.log 2>&1
- make setup >> build.log 2>&1
- make LibCarla >> build.log 2>&1
- make PythonAPI >> build.log 2>&1
- kill %1
- make check ARGS="--all --gtest_args=--gtest_filter=-*_mt"
after_failure: