Skip to content

Commit

Permalink
Updated travis, temp. disabled golint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rens Rikkerink committed Mar 1, 2019
1 parent 563197b commit bc1ad38
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
language: go
sudo: false
env:
- GO111MODULE=on
go:
- 1.9.x
- 1.10.x
- 1.11.x
- 1.12.x
install:
- go get github.com/ikkerens/ikeapack
- go get -v .
- go get -v github.com/golang/lint/golint
- go mod download
# - go install github.com/golang/lint/golint
script:
- diff <(gofmt -d .) <(echo -n)
- go vet -x ./...
- golint -set_exit_status ./...
- go test -v -race ./...
- diff <(gofmt -d .) <(echo -n)
- go vet -x ./...
# - golint -set_exit_status ./...
- go test -v -race ./...

0 comments on commit bc1ad38

Please sign in to comment.