Skip to content

Commit

Permalink
Start influxdb after install
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Aug 2, 2014
1 parent ce1f5fa commit 46c04f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ env:
before_script:
- wget "http://s3.amazonaws.com/influxdb/influxdb_$(echo $INFLUX)_amd64.deb"
- sudo dpkg -i "influxdb_$(echo $INFLUX)_amd64.deb"
- sleep 15
- sudo service influxdb start
- sleep 5
script: npm run travis-test
after_script:
- cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage

0 comments on commit 46c04f3

Please sign in to comment.