Skip to content

Commit

Permalink
travis: add go 1.13.x, remove 1.10.x
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Jan 4, 2020
1 parent 9919a6e commit 340d267
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ stages:
- test

go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- tip

matrix:
allow_failures:
- go: tip
include:
- stage: diff
go: 1.12.x
go: 1.13.x
script: diff -u <(echo -n) <(gofmt -d -s .)

before_install: go get -u github.com/kyoh86/richgo
Expand Down

0 comments on commit 340d267

Please sign in to comment.