From 42d4f566359b709c81d1fdb3af3c4a54e69905ea Mon Sep 17 00:00:00 2001 From: Tim Bart Date: Fri, 4 Dec 2020 12:17:40 -0800 Subject: ci: Add support for go 1.15.x to .travis.yml (#325) Also drops testing against go 1.12.x --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3