added travis testing to this awesome project

This commit is contained in:
Brian Christner 2017-06-21 14:42:09 +02:00
parent 95332e35cb
commit aaacbf3309
No known key found for this signature in database
GPG Key ID: 8453AD0CB29591D1
1 changed files with 16 additions and 0 deletions

16
.travis.yml Normal file
View File

@ -0,0 +1,16 @@
sudo: required
services:
- docker
language: bash
before_script:
- docker-compose pull
- docker-compose up -d
- docker ps
script:
- while ! curl --retry 10 --retry-delay 5 -v http://0.0.0.0:9090 >/dev/null; do sleep 1; done
- while ! curl --retry 10 --retry-delay 5 -v http://0.0.0.0:9093 >/dev/null; do sleep 1; done
- while ! curl --retry 10 --retry-delay 5 -v http://0.0.0.0:3000 >/dev/null; do sleep 1; done