Skip to content

Commit

Permalink
concatenating after_script
Browse files Browse the repository at this point in the history
putting all after_script on one line to give time to execute
  • Loading branch information
p-galligan committed Jun 20, 2019
1 parent f3ebf38 commit d2646c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ before_script:
script:
- docker-compose exec web coverage run manage.py test
after_script:
- docker-compose exec web coverage xml
- sleep 60s
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
- docker-compose exec web coverage xml && ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

0 comments on commit d2646c5

Please sign in to comment.