Skip to content

Commit

Permalink
Merge pull request #3 from matisku/update-tests
Browse files Browse the repository at this point in the history
Updating tests.
  • Loading branch information
matisku committed Nov 28, 2017
2 parents 4db3ab4 + a8f4de1 commit 25b8344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -6,9 +6,8 @@ services:

before_install:
- docker-compose -f docker-compose-circleci.yml up -d
- sleep 15
- sleep 30
- docker-compose logs

script:
- wget http://localhost:3001 -O grafana.html
- wget http://localhost:8083 -O influxdb.html
4 changes: 1 addition & 3 deletions circle.yml
Expand Up @@ -12,13 +12,11 @@ test:
pre:
- docker-compose -f docker-compose-circleci.yml up -d
- docker ps
- docker-compose logs; sleep 3
- docker-compose logs; sleep 30
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
- mv *.html $CIRCLE_ARTIFACTS
- sudo killall --wait docker

0 comments on commit 25b8344

Please sign in to comment.