Skip to content

Commit

Permalink
tets: Pass along the exit code
Browse files Browse the repository at this point in the history
  • Loading branch information
tbabej committed Jul 31, 2018
1 parent 846b71b commit 9a91b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ install:
- pushd $TRAVIS_BUILD_DIR
- docker-compose build --build-arg TASK_VERSION=$TASK_VERSION tests
script:
- docker-compose up
- docker-compose up --exit-code-from tests
after_success:
- coveralls

0 comments on commit 9a91b5d

Please sign in to comment.