aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMisha Brukman <mbrukman@google.com>2020-01-25 19:50:54 -0500
committeralandonovan <adonovan@google.com>2020-01-25 19:50:54 -0500
commitc14ca4942ad0bd0e96d1e404ee6ac0f175fb1187 (patch)
treec9e777ce030f5dd9792c69f3d6647c8e8118705b /.travis.yml
parentcaa3e9aa50080802185728ab0d08875959c50f16 (diff)
downloadstarlark-go-c14ca4942ad0bd0e96d1e404ee6ac0f175fb1187.tar.gz
Also run tests with Go 1.12.x and 1.13.x (#259)
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.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9e1ef4f..474f6b9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,8 @@ go_import_path: go.starlark.net
go:
- "1.11.x"
+ - "1.12.x"
+ - "1.13.x"
- "master"
env: