Skip to content

Commit

Permalink
Merge 8965f15 into 223ee0b
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Apr 16, 2019
2 parents 223ee0b + 8965f15 commit 326014f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@ matrix:
script:
- go test -v -race
- go: "1.11.x"
script:
- go test -v -race
- go: "1.12.x"
script:
- diff -u <(echo -n) <(goimports -d -s $(find . -type f -name '*.go' -not -path "./vendor/*"))
- go vet $(go list ./... | grep -v /vendor/)
- golint -set_exit_status
- go test -v -race -coverprofile=paseto.coverprofile
- goveralls -coverprofile=paseto.coverprofile -service=travis-ci
- goveralls -coverprofile=paseto.coverprofile -service=travis-ci
- go: "tip"
script:
- diff -u <(echo -n) <(gofmt -d -s $(find . -type f -name '*.go' -not -path "./vendor/*"))
- go vet $(go list ./... | grep -v /vendor/)
- golint -set_exit_status
- go test -v -race
allow_failures:
- go: tip
- go: tip

0 comments on commit 326014f

Please sign in to comment.