Skip to content

Commit

Permalink
Fix TravisCI for the failure of 'go get golint'
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Oct 15, 2018
1 parent 4f45004 commit 17ae9c2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ before_install:
- go get github.com/mattn/goveralls

install:
# workaround golint install error in https://github.com/golang/lint/issues/288
- mkdir -p $GOPATH/src/golang.org/x
- pushd $GOPATH/src/golang.org/x
- git clone https://github.com/golang/lint.git
- go get github.com/golang/lint/golint
- popd
- go get -u golang.org/x/lint/golint

before_script:
- golint ./multus/... | grep -v ALL_CAPS | xargs -r false
Expand Down

0 comments on commit 17ae9c2

Please sign in to comment.