Skip to content

Commit

Permalink
Merge branch 'master' into dev/mac
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Oct 15, 2018
2 parents 974311b + 17ae9c2 commit 3315eb9
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 3315eb9

Please sign in to comment.