Skip to content

Commit

Permalink
travis: bump stable Go version to 1.12 and uncomment golangci-lint
Browse files Browse the repository at this point in the history
Re-enable golangci-lint once golangci/golangci-lint#595 is resolved.
  • Loading branch information
mewmew committed Jul 2, 2019
1 parent dd9cf49 commit 1ea001c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go

go:
- "1.11"
- "1.12"
- tip

notifications:
Expand All @@ -20,7 +20,8 @@ before_script:
- go get golang.org/x/tools/cmd/goimports
- go get golang.org/x/lint/golint
- go get github.com/mattn/goveralls
- go get github.com/golangci/golangci-lint/cmd/golangci-lint
# TODO: re-enable when https://github.com/golangci/golangci-lint/issues/595 is resolved.
#- go get github.com/golangci/golangci-lint/cmd/golangci-lint
- wget https://raw.githubusercontent.com/mewmew/ci/master/ci_checks.sh
- chmod +x ci_checks.sh

Expand Down

0 comments on commit 1ea001c

Please sign in to comment.