Skip to content

Commit

Permalink
Merge branch '1.7' into 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Aug 28, 2017
2 parents 475cf73 + b3c722e commit 6df07c5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -46,8 +46,10 @@ before_script:
script: docker-compose exec --user www-data app sh -c "php /scripts/wait_for_db.php; php $TEST_CMD"

after_failure:
# Will show us the full log of container's main processes (not counting shell process above running php and behat)
- docker-compose logs -t --tail="all"
# Will show us the last bit of the log of container's main processes
# (not counting shell process above running php and behat)
# NOTE: errors during docker setup of travis build won't show up here (can't output all as it is too much in debug/verbose mode)
- docker-compose logs -t --tail=15
# Will show us what is up, and how long it's been up
- docker ps -s

Expand Down

0 comments on commit 6df07c5

Please sign in to comment.