Skip to content

Commit

Permalink
Update zookeeper version and url in travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel committed Nov 17, 2017
1 parent 7f0183f commit 471cd4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,23 @@ language: go
go:
- 1.9

jdk:
- oraclejdk9

sudo: false

branches:
only:
- master

before_install:
- wget http://apache.claz.org/zookeeper/zookeeper-3.4.6/zookeeper-3.4.6.tar.gz
- wget http://apache.cs.utah.edu/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz
- tar -zxvf zookeeper*tar.gz
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover

script:
- jdk_switcher use oraclejdk9
- go build ./...
- go fmt ./...
- go vet ./...
Expand Down

0 comments on commit 471cd4e

Please sign in to comment.