Create .travis.yml

This commit is contained in:
Mateusz Trojak
2016-09-28 12:36:23 +02:00
committed by GitHub
parent 0c63359bd5
commit 6e1b992b6e
+14
View File
@@ -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