From: Thomas Fillon Date: Fri, 18 Mar 2016 10:49:20 +0000 (+0100) Subject: Travis: curl should now throw an error code with the --fail option X-Git-Tag: 1.6b~1^2~14^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=d9a704652b58cb46fbefc60f1111bf3eaed0014c;p=telemeta.git Travis: curl should now throw an error code with the --fail option --- diff --git a/.travis.yml b/.travis.yml index 260e52e9..f8626b8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,6 @@ install: script: - docker-compose up -d - sleep 20 - - curl --retry 10 --retry-delay 5 -v http://localhost:8000/ + - curl --fail --retry 10 --retry-delay 5 -v http://localhost:8000/ - docker-compose stop