Skip to content

Commit

Permalink
Adding go1.13 to travis configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yazgazan committed Sep 4, 2019
1 parent 4650b6a commit 089c586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ go:
- "1.10"
- "1.11"
- "1.12"
- "1.13"

before_install:
- go get -u golang.org/x/tools/cmd/cover
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ require (
golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9
golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a // indirect
)

go 1.10

0 comments on commit 089c586

Please # to comment.