Skip to content

Commit

Permalink
Fix for travis-ci/gimme#25 for stateless-dns-go project
Browse files Browse the repository at this point in the history
  • Loading branch information
petemoore committed Nov 27, 2015
1 parent bb3e3a7 commit 4830b35
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,19 @@ env:
- "GIMME_OS=windows GIMME_ARCH=amd64"

before_install:
- "go get github.com/axw/gocov/gocov"
- "go get github.com/mattn/goveralls"
- "go get golang.org/x/tools/cmd/cover"
- "go get golang.org/x/tools/cmd/vet"
- "go get github.com/pierrre/gotestcover"
# workaround for travis-ci/gimme#25 to pick up latest version of gimme and run again
- curl -o gimme -sL https://raw.githubusercontent.com/travis-ci/gimme/master/gimme
- chmod u+x gimme
- unset GOROOT GOTOOLDIR
- eval "$(./gimme 1.4)"
- go version
- go env
# end of workaround ###
- go get github.com/axw/gocov/gocov
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover
- go get golang.org/x/tools/cmd/vet
- go get github.com/pierrre/gotestcover

install:
- "go get -d -v ./..."
Expand Down

0 comments on commit 4830b35

Please sign in to comment.