Skip to content

Commit

Permalink
HACK Travis: use travis_terminate
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Apr 13, 2020
1 parent 9bde54c commit 3840296
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,15 @@ matrix:
dist: bionic

script:
#- set -e
- etc/travis_fastfail.sh
- pip install --user gcovr==4.1
- bash etc/ci-prepare.sh
- bash etc/ci.sh
- etc/travis_fastfail.sh || travis_terminate
- pip install --user gcovr==4.1 || travis_terminate
- bash etc/ci-prepare.sh || travis_terminate
- bash etc/ci.sh || travis_terminate
- echo "FOOBAR travis.yml"

after_script:
#- set -e
- bash etc/ci-gather-coverage.sh
- bash etc/ci-run-codecov.sh
- bash etc/ci-gather-coverage.sh || travis_terminate
- bash etc/ci-run-codecov.sh || travis_terminate

notifications:
email:
Expand Down

0 comments on commit 3840296

Please sign in to comment.