Merge pull request #3240 from matthiaskrgr/travis_3239

travis: sleep after putting out logs (try to fix truncated logs)
This commit is contained in:
Philipp Hansch 2018-09-30 09:57:16 +01:00 committed by GitHub
commit 1d754e7957
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,8 +60,10 @@ script:
- |
if [ -z ${INTEGRATION} ]; then
./ci/base-tests.sh
sleep 5
else
./ci/integration-tests.sh
sleep 5
fi
after_success: |