Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
syndbg authored Nov 19, 2019
1 parent 06010a4 commit 512914f
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 @@ -22,7 +22,7 @@ cache:
notifications:
email: false
before_script:
- go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.16.0
- curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.16.0
script:
- go run mage.go -v lint
- go run mage.go -v test
Expand Down

0 comments on commit 512914f

Please sign in to comment.