Skip to content

Commit 9fc2a84

Browse files
author
Dylan Clendenin
committed
install consul on CI
1 parent 4b8c0ed commit 9fc2a84

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ language: go
22
go:
33
- 1.6
44

5+
before_script:
6+
- wget https://releases.hashicorp.com/consul/0.6.4/consul_0.6.4_linux_amd64.zip
7+
- unzip consul_0.6.4_linux_amd64.zip
8+
- sudo mv consul /usr/local/bin
9+
- consul --version
10+
511
script:
612
make install && make test
713

0 commit comments

Comments
 (0)