aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Bart <tim@pims.me>2020-12-04 12:17:40 -0800
committerGitHub <noreply@github.com>2020-12-04 15:17:40 -0500
commit42d4f566359b709c81d1fdb3af3c4a54e69905ea (patch)
tree2085310a556048a9f613e4ad9199a3b82fee18ce
parenta7839910dcbe13695e3398e5ad01bee334ab65ee (diff)
downloadstarlark-go-42d4f566359b709c81d1fdb3af3c4a54e69905ea.tar.gz
ci: Add support for go 1.15.x to .travis.yml (#325)
Also drops testing against go 1.12.x
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2c97810..23fcb4f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ language: go
go_import_path: go.starlark.net
go:
- - "1.12.x"
- "1.13.x"
- "1.14.x"
+ - "1.15.x"
- "master"
env: