We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dab09 commit 06f00feCopy full SHA for 06f00fe
.travis.yml
@@ -9,8 +9,7 @@ env:
9
before_script:
10
- wget https://dl.bintray.com/mitchellh/consul/0.4.1_linux_amd64.zip
11
- unzip 0.4.1_linux_amd64.zip
12
- - mv consul /usr/local/bin/consul
13
- - start-stop-daemon --start --background --exec /usr/local/bin/consul -- agent -server -data-dir /tmp/consul -bootstrap-expect=1
+ - start-stop-daemon --start --background --exec `pwd`/consul -- agent -server -data-dir /tmp/consul -bootstrap-expect=1
14
15
script:
16
- tox -e $TOX_ENV
0 commit comments