Skip to content

Commit

Permalink
Update CI to fail if exit code is non zero (#1043)
Browse files Browse the repository at this point in the history
* Try failing CI

* Add && to scripts

* Use set -ev to exit on fail

* Remove && from script

* Remove py-pip for script to fail

* Remove set -ev from test stage

* Remove unnecessary changes
  • Loading branch information
akankshakumari393 committed Jul 2, 2021
1 parent 9746334 commit aaa330e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
services:
- docker
script:
- set -ev
- make release-snapshot; export EXIT_STATUS=$?
# Push images if PR is merged to master
- |
Expand Down

0 comments on commit aaa330e

Please sign in to comment.