fix travis for unit tests

This commit is contained in:
Jake Champlin 2017-07-13 13:19:24 -04:00
parent a12daf5aba
commit 3d396e108a
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
1 changed files with 1 additions and 2 deletions

View File

@ -13,7 +13,7 @@ env:
before_install:
- curl -sLo consul.zip https://releases.hashicorp.com/consul/${CONSUL_VERSION}/consul_${CONSUL_VERSION}_linux_amd64.zip
- unzip consul.zip
- mkdir ~/bin
- mkdir -p ~/bin
- mv consul ~/bin
- export PATH="~/bin:$PATH"
@ -42,4 +42,3 @@ matrix:
fast_finish: true
allow_failures:
- go: tip