We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99bab95 commit 878f2cbCopy full SHA for 878f2cb
.travis.yml
@@ -16,8 +16,8 @@ env:
16
install:
17
- mkdir -p $HOME/bin
18
- 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
+ - wget "https://releases.hashicorp.com/consul/0.8.5/consul_0.8.5_linux_amd64.zip"
+ - unzip consul_0.8.5_linux_amd64.zip -d $HOME/bin
21
- chmod +x $HOME/bin/consul
22
- composer install --no-interaction --no-progress --no-suggest --optimize-autoloader
23
0 commit comments