diff options
Diffstat (limited to '.travis.yml')
-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 . |