From 94496ba84036c98aa2b72b131a9ad2da24ad58c8 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 2 Sep 2017 20:35:07 +0200 Subject: travis ci: also test Go 1.9 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 41d7da3..b0d747c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,13 +3,14 @@ language: go git: depth: 100 -# Build with the lastest versions of Go 1.4, 1.5, 1.6, 1.7 +# Build with the lastest versions of Go 1.5 and later # See https://golang.org/dl/ go: - 1.5.4 - 1.6.4 - 1.7.6 - 1.8.3 + - 1.9 install: - go get . -- cgit v1.2.3