Skip to content

Commit

Permalink
Updating .travis.yml to use consul 0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dcarbone committed Jul 7, 2017
1 parent 99bab95 commit 878f2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
install:
- mkdir -p $HOME/bin
- export PATH="$HOME/bin:$PATH"
- wget "https://releases.hashicorp.com/consul/0.8.3/consul_0.8.3_linux_amd64.zip"
- 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
- chmod +x $HOME/bin/consul
- composer install --no-interaction --no-progress --no-suggest --optimize-autoloader

Expand Down

0 comments on commit 878f2cb

Please sign in to comment.