8000
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 a5b9a79 commit b5f1311Copy full SHA for b5f1311
.travis.yml
@@ -13,10 +13,10 @@ install:
13
- pip install tox
14
- pip install coveralls
15
- mkdir influxdb_install
16
- - wget https://s3.amazonaws.com/influxdb/influxdb_0.9.2_amd64.deb
+ - wget https://s3.amazonaws.com/influxdb/influxdb_0.9.3_amd64.deb
17
- dpkg -x influxdb_*_amd64.deb influxdb_install
18
script:
19
- - export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.2/influxd
+ - export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.3/influxd
20
- travis_wait 30 tox -e $TOX_ENV
21
after_success:
22
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi
0 commit comments