Skip to content

Commit 06f00fe

Browse files
author
Michał Jaworski
committed
do not try to move consul to /usr/local/bin
1 parent a8dab09 commit 06f00fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ env:
99
before_script:
1010
- wget https://dl.bintray.com/mitchellh/consul/0.4.1_linux_amd64.zip
1111
- 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
12+
- start-stop-daemon --start --background --exec `pwd`/consul -- agent -server -data-dir /tmp/consul -bootstrap-expect=1
1413

1514
script:
1615
- tox -e $TOX_ENV

0 commit comments

Comments
 (0)