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 Oct 2, 2019
1 parent a62fec5 commit 1c8e1a7
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,9 +5,9 @@ stages:
- test

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

env:
Expand All @@ -18,7 +18,7 @@ matrix:
- 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 1c8e1a7

Please sign in to comment.