Skip to content

Commit

Permalink
Also run tests with Go 1.12.x and 1.13.x (google#259)
Browse files Browse the repository at this point in the history
The current setup only runs tests with Go 1.11.x and the latest source
code on the `master` branch, but is not running the more recent releases
1.12.x and 1.13.x which may be widely in use. This change includes both
of those versions as well.
  • Loading branch information
mbrukman authored and adonovan committed Jan 26, 2020
1 parent caa3e9a commit c14ca49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ go_import_path: go.starlark.net

go:
- "1.11.x"
- "1.12.x"
- "1.13.x"
- "master"

env:
Expand Down

0 comments on commit c14ca49

Please sign in to comment.