travis: Fail if the status code is error
This commit is contained in:
parent
a312819f10
commit
40276c8b21
@ -9,7 +9,7 @@ before_install:
|
||||
- sleep 10
|
||||
|
||||
script:
|
||||
- curl http://localhost
|
||||
- curl -sSf http://localhost > /dev/null
|
||||
|
||||
after_failure:
|
||||
- timeout 3s docker-compose logs app db
|
||||
|
Reference in New Issue
Block a user