]> git.parisson.com Git - telemeta.git/commitdiff
Travis: curl should now throw an error code with the --fail option
authorThomas Fillon <thomas@parisson.com>
Fri, 18 Mar 2016 10:49:20 +0000 (11:49 +0100)
committerThomas Fillon <thomas@parisson.com>
Fri, 18 Mar 2016 10:49:20 +0000 (11:49 +0100)
.travis.yml

index 260e52e9ee5b1aa9c63b0136235fe23442b96884..f8626b8be521d175017480ed9f6cf6bd5ab1095e 100644 (file)
@@ -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