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 126b39d commit ab590e3Copy full SHA for ab590e3
.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_amd64.deb && sudo dpkg -i influxdb_0.9.0_amd64.deb
+ - wget https://s3.amazonaws.com/influxdb/influxdb_0.9.1_amd64.deb && sudo dpkg -i influxdb_0.9.1_amd64.deb
16
script:
17
- travis_wait 30 tox -e $TOX_ENV
18
after_success:
0 commit comments