Skip to content

Commit

Permalink
chore: move docker logs to test with basic auth
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 12, 2018
1 parent ee12502 commit c9d5ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ env:
# The test script is designed to run in a Linux machine and therefore
# in TravisCI. It also has conditionals for OSX so developers can run it there
script:
- ./script/test.sh || docker logs $PACT_CONT_NAME
- ./script/test_basic_auth.sh
- ./script/test.sh
- ./script/test_basic_auth.sh || docker logs $PACT_CONT_NAME

# Docker cleanup though it might not be necessary as Travis probably
# cleans the used slaves anyway for this is also serves as documenting code
Expand Down

0 comments on commit c9d5ee4

Please sign in to comment.