Skip to content

Commit

Permalink
Bump influx on Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bencevans committed Jul 29, 2014
1 parent 7e61b76 commit ce1f5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ node_js:
- "0.10"
- "0.8"
env:
- INFLUX=0.5.5
- INFLUX=0.4.0
- INFLUX=0.7.3
- INFLUX=0.8.0-rc.4
before_script:
- wget "http://s3.amazonaws.com/influxdb/influxdb_$(echo $INFLUX)_amd64.deb"
- sudo dpkg -i "influxdb_$(echo $INFLUX)_amd64.deb"
Expand Down

3 comments on commit ce1f5fa

@nichdiekuh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at travis, I suppose the 15sec timeout isn't enough or the automatic install failed

@bencevans
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was down to the dpkg -i $INFLUX not having a user called influx so starting it manually fixes the problem. However there does seem to be a difference in 0.8 that's causing the tests to fail... https://travis-ci.org/bencevans/node-influx/builds/31472984

@nichdiekuh
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the response of "list series" has changed, but it should be easy to fix.

Please sign in to comment.