Thanks to visit codestin.com Credit goes to github.com
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 8f128ff commit 05a6b9fCopy full SHA for 05a6b9f
.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.3_amd64.deb
+ - wget https://s3.amazonaws.com/influxdb/influxdb_0.9.4_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.3/influxd
+ - export INFLUXDB_PYTHON_INFLUXD_PATH=$(pwd)/influxdb_install/opt/influxdb/versions/0.9.4/influxd
20
- travis_wait 30 tox -e $TOX_ENV
21
after_success:
22
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi
0 commit comments