Skip to content

Commit

Permalink
FIX: Replace wait with sleep command
Browse files Browse the repository at this point in the history
  • Loading branch information
brettt89 committed Apr 16, 2017
1 parent a52519f commit 4673a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ before_script:
script:
- travis_retry docker build -t "$image" .
- docker run -d --name web -p 80:80 --link database --volume ~/src:/var/www/html "$image"
- wait 10
- sleep 5
- travis_retry curl http://localhost/dev/build

after_script:
Expand Down

0 comments on commit 4673a95

Please sign in to comment.