Skip to content

Commit 3905047

Browse files
committed
Wait 3 seconds to let server to start
Because `docker-compose` is not capable of checking open ports docker/compose#374
1 parent 06d8fa7 commit 3905047

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ before_install:
99
- docker images
1010

1111
script:
12+
- sleep 3
1213
- curl http://localhost:8002
1314
- CHTSH_URL=http://localhost:8002 bash tests/run-tests.sh

0 commit comments

Comments
 (0)