Skip to content

Commit

Permalink
🚧 Wait more for init
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
  • Loading branch information
madmath03 committed Jun 12, 2019
1 parent 78c2e66 commit 59b65ff
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 @@ -29,9 +29,9 @@ script:
after_script:
- docker images
- docker ps
- sleep 120
- sleep 180
- docker ps
- for c in $(docker ps -q); do docker logs $c; done
- for c in $(docker ps -q); do echo "> docker logs $c"; docker logs $c; done

notifications:
email: false
Expand Down

0 comments on commit 59b65ff

Please sign in to comment.