Skip to content

Commit 003f3bc

Browse files
authored
test with consul 0.8.3
1 parent 0c39cad commit 003f3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
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.2/consul_0.8.2_linux_amd64.zip"
20-
- unzip consul_0.8.2_linux_amd64.zip -d $HOME/bin
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
2121
- chmod +x $HOME/bin/consul
2222
- composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
2323

0 commit comments

Comments
 (0)