From 97c8107c54d0631e9a7840d783070e6fdec94558 Mon Sep 17 00:00:00 2001 From: Mateusz Trojak Date: Thu, 29 Jun 2017 14:59:06 +0200 Subject: [PATCH] Updating tests. --- .travis.yml | 2 +- circle.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 32e2faa..625edbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,4 +11,4 @@ before_install: script: - wget http://localhost:3001 -O grafana.html - - wget http://localhost:8083 -O influxdb.html + - wget http://localhost:8086 -O influxdb.html diff --git a/circle.yml b/circle.yml index 0882e74..cc7b961 100644 --- a/circle.yml +++ b/circle.yml @@ -15,10 +15,9 @@ test: - docker-compose logs; sleep 3 override: - curl --retry 10 --retry-delay 5 -v http://localhost:3001 - - curl --retry 10 --retry-delay 5 -v http://localhost:8083 - curl --retry 10 --retry-delay 5 -v http://localhost:8086 post: - wget http://localhost:3001 -O grafana.html - - wget http://localhost:8083 -O influxdb.html + - wget http://localhost:8086 -O influxdb.html - mv *.html $CIRCLE_ARTIFACTS - sudo killall --wait docker