aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Palazhchenko <alexey.palazhchenko@gmail.com>2020-06-15 21:00:55 +0300
committerGitHub <noreply@github.com>2020-06-15 14:00:55 -0400
commit61b64bc459900eebc728a4e58505ae6f32215e02 (patch)
tree77513103d82335b1e20ee8704d538b32e6815af6
parent2319aeb99686f39c8515e43eb9192e0eedf60343 (diff)
downloadstarlark-go-61b64bc459900eebc728a4e58505ae6f32215e02.tar.gz
Test with Go 1.14 (#269)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 474f6b9..2c97810 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,9 +3,9 @@ language: go
go_import_path: go.starlark.net
go:
- - "1.11.x"
- "1.12.x"
- "1.13.x"
+ - "1.14.x"
- "master"
env: