summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2017-09-02 20:35:07 +0200
committerJakob Unterwurzacher2017-09-02 20:38:52 +0200
commit94496ba84036c98aa2b72b131a9ad2da24ad58c8 (patch)
tree69f8e86512ac34563a44647d30901400991382df
parented046aa35978c835d79f9cb3ee359349ee9145c5 (diff)
travis ci: also test Go 1.9
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
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 .