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