mirror of
https://github.com/wahyd4/tig-stack.git
synced 2026-08-09 05:06:03 +10:00
Create .travis.yml
This commit is contained in:
+14
@@ -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
|
||||
Reference in New Issue
Block a user