We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d05359f commit cb17518Copy full SHA for cb17518
.travis.yml
@@ -12,7 +12,7 @@ env:
12
install:
13
- sudo pip install tox
14
- sudo pip install coveralls
15
- - wget http://get.influxdb.org/influxdb_0.9.0-rc25_amd64.deb && sudo dpkg -i influxdb_0.9.0-rc25_amd64.deb
+ - wget http://get.influxdb.org/influxdb_0.9.0-rc26_amd64.deb && sudo dpkg -i influxdb_0.9.0-rc26_amd64.deb
16
script:
17
- travis_wait tox -e $TOX_ENV
18
after_success:
0 commit comments