diff options
author | Péter Szilágyi <peterke@gmail.com> | 2016-05-05 00:45:50 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2016-06-06 21:20:18 +0800 |
commit | 3752507a11c8977a6f3d5ff4c2b8d97030ce168c (patch) | |
tree | 59fdf10730ece291654abcd3fe7cf1ca5fddfac7 | |
parent | 27df30f30f700e0b4496024ef26a668fef4ab794 (diff) | |
download | go-tangerine-3752507a11c8977a6f3d5ff4c2b8d97030ce168c.tar go-tangerine-3752507a11c8977a6f3d5ff4c2b8d97030ce168c.tar.gz go-tangerine-3752507a11c8977a6f3d5ff4c2b8d97030ce168c.tar.bz2 go-tangerine-3752507a11c8977a6f3d5ff4c2b8d97030ce168c.tar.lz go-tangerine-3752507a11c8977a6f3d5ff4c2b8d97030ce168c.tar.xz go-tangerine-3752507a11c8977a6f3d5ff4c2b8d97030ce168c.tar.zst go-tangerine-3752507a11c8977a6f3d5ff4c2b8d97030ce168c.zip |
[release/1.4.6] travis: run CI builds against multiple Go versions
(cherry picked from commit bc3b406bffc9c6f38420f1504cb7eba0b92cad3b)
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index c1d545c54..24486d4a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,12 @@ language: go go: - 1.4.2 + - 1.5.4 + - 1.6.2 install: # - go get code.google.com/p/go.tools/cmd/goimports # - go get github.com/golang/lint/golint - # - go get golang.org/x/tools/cmd/vet + # - go get golang.org/x/tools/cmd/vet - go get golang.org/x/tools/cmd/cover before_script: # - gofmt -l -w . @@ -24,6 +26,6 @@ notifications: webhooks: urls: - https://webhooks.gitter.im/e/e09ccdce1048c5e03445 - on_success: change + on_success: change on_failure: always - on_start: false + on_start: false |