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.
2 parents 4b6e9c2 + 781bbde commit 6d1bc11Copy full SHA for 6d1bc11
.travis.yml
@@ -14,7 +14,7 @@ install:
14
- sudo pip install coveralls
15
- wget http://get.influxdb.org/influxdb_0.9.0-rc30_amd64.deb && sudo dpkg -i influxdb_0.9.0-rc30_amd64.deb
16
script:
17
- - travis_wait tox -e $TOX_ENV
+ - travis_wait 30 tox -e $TOX_ENV
18
after_success:
19
- if [ "$TOX_ENV" == "coverage" ] ; then coveralls; fi
20
notifications:
0 commit comments