Skip to content

Commit

Permalink
Skip gometalinter in go 1.5 travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ramya-rao-a committed Nov 25, 2017
1 parent 9a04c69 commit 301d444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ install:
- go get -u -v golang.org/x/tools/cmd/gorename
- go get -u -v github.com/uudashr/gopkgs/cmd/gopkgs
- go get -u -v github.com/acroca/go-symbols
- go get -u -v github.com/alecthomas/gometalinter
- go get -u -v github.com/cweill/gotests/...
- go get -u -v github.com/haya14busa/goplay/cmd/goplay
- GO15VENDOREXPERIMENT=1
- if [[ "$(go version)" =~ "go version go1.5" ]]; then echo skipping gometalinter; else go get -u -v github.com/alecthomas/gometalinter; fi
- if [[ "$(go version)" =~ "go version go1.5" ]]; then echo skipping gometalinter; else gometalinter --install; fi

script:
Expand Down

0 comments on commit 301d444

Please sign in to comment.