Skip to content

Commit 878f2cb

Browse files
committed
Updating .travis.yml to use consul 0.8.5
1 parent 99bab95 commit 878f2cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ env:
1616
install:
1717
- mkdir -p $HOME/bin
1818
- export PATH="$HOME/bin:$PATH"
19-
- wget "https://releases.hashicorp.com/consul/0.8.3/consul_0.8.3_linux_amd64.zip"
20-
- unzip consul_0.8.3_linux_amd64.zip -d $HOME/bin
19+
- wget "https://releases.hashicorp.com/consul/0.8.5/consul_0.8.5_linux_amd64.zip"
20+
- unzip consul_0.8.5_linux_amd64.zip -d $HOME/bin
2121
- chmod +x $HOME/bin/consul
2222
- composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
2323

0 commit comments

Comments
 (0)