Skip to content

Commit

Permalink
Execute docker logs in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw authored Oct 22, 2019
1 parent 57ea3c4 commit 78734e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- sleep 3 # wait for the server to (hopefully) start
- curl -sL localhost:9001 | grep "<title>The Lounge</title>"
- stat "${mount_dir}/config.js"
- docker logs main
- name: "Alpine build"
stage: test
script:
Expand All @@ -27,3 +28,4 @@ jobs:
- sleep 3 # wait for the server to (hopefully) start
- curl -sL localhost:9002 | grep "<title>The Lounge</title>"
- stat "${mount_dir}/config.js"
- docker logs alpine

0 comments on commit 78734e0

Please sign in to comment.