Skip to content

Commit

Permalink
chore: update travis
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Sep 12, 2020
1 parent a44f7ce commit cdbc6dd
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 @@ -5,6 +5,7 @@ go:
- "1.12"
- "1.13"
- "1.14"
- "1.15"
- master

services:
Expand All @@ -15,5 +16,5 @@ before_install:
- docker run -p 6379:6379 -d redis:alpine

script:
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.21.0
- curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin latest
- make lint && make test

0 comments on commit cdbc6dd

Please sign in to comment.