diff options
author | Jakob Unterwurzacher | 2017-09-02 20:35:07 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2017-09-02 20:38:52 +0200 |
commit | 94496ba84036c98aa2b72b131a9ad2da24ad58c8 (patch) | |
tree | 69f8e86512ac34563a44647d30901400991382df | |
parent | ed046aa35978c835d79f9cb3ee359349ee9145c5 (diff) |
travis ci: also test Go 1.9
-rw-r--r-- | .travis.yml | 3 |
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 . |