Skip to content

Commit

Permalink
Add go1.13 to travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmthrgd committed Sep 4, 2019
1 parent ae837a9 commit 1e6e67f
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.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- tip
matrix:
fast_finish: true
Expand All @@ -13,4 +14,4 @@ matrix:
before_install:
- go get github.com/mattn/goveralls
script:
- $GOPATH/bin/goveralls -service=travis-ci -v
- $GOPATH/bin/goveralls -service=travis-ci -v

0 comments on commit 1e6e67f

Please sign in to comment.