Skip to content

Commit

Permalink
Merge pull request #33 from kubernetes-sigs/thaJeztah-ci_go_1.13
Browse files Browse the repository at this point in the history
travis: add go 1.13 to test matrix (Take #2)
  • Loading branch information
k8s-ci-robot authored Feb 4, 2020
2 parents 5f5be1e + 79fb70a commit 9fc9552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ language: go
dist: xenial
go:
- 1.12.x
- 1.13.x
script:
- diff -u <(echo -n) <(gofmt -d *.go)
- diff -u <(echo -n) <(golint $(go list -e ./...) | grep -v YAMLToJSON)
- GO111MODULE=on go vet .
- GO111MODULE=on go test -v -race ./...
- git diff --exit-code
install:
- go get golang.org/x/lint/golint
- GO111MODULE=off go get golang.org/x/lint/golint

0 comments on commit 9fc9552

Please sign in to comment.