diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..32e2faa --- /dev/null +++ b/.travis.yml @@ -0,0 +1,14 @@ +--- +sudo: required + +services: + - docker + +before_install: + - docker-compose -f docker-compose-circleci.yml up -d + - sleep 15 + - docker-compose logs + +script: + - wget http://localhost:3001 -O grafana.html + - wget http://localhost:8083 -O influxdb.html