Skip to content

Commit

Permalink
Test both 0.4.0 & 0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Apr 8, 2014
1 parent f4b9e88 commit 93f0ce2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ language: node_js
node_js:
- "0.10"
- "0.8"
env:
- INFLUX=0.5.5
- INFLUX=0.4.0
before_script:
- wget http://s3.amazonaws.com/influxdb/influxdb_0.5.5_amd64.deb
- wget "http://s3.amazonaws.com/influxdb/influxdb_$(echo $INFLUX)_amd64.deb"
- sudo dpkg -i influxdb_0.5.5_amd64.deb
- sleep 15
script: npm run travis-test

0 comments on commit 93f0ce2

Please sign in to comment.