]> git.parisson.com Git - telemeta.git/commitdiff
Update .travis.yml
authorThomas Fillon <thomasfillon@users.noreply.github.com>
Mon, 2 Oct 2017 07:49:48 +0000 (09:49 +0200)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2017 07:49:48 +0000 (09:49 +0200)
Add curl access test to some test item url

.travis.yml

index b0a02e4a8d18527567a762143392adcc2663c1b8..176730df894e8e7c77af3022ef11dd1a6b9f1496 100644 (file)
@@ -23,6 +23,7 @@ script:
   - docker-compose up -d
   - sleep 60
   - curl --fail --retry 10 --retry-delay 5  -v $(docker-compose port nginx 80)
+  - curl --fail -v "$(docker-compose port nginx 80)/archives/items/Tests-c4_scalewav/"
   - docker-compose stop
 
 after_failure: