aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Mudrik <sergey.mudrik@gmail.com>2017-10-22 14:57:02 +0300
committerGitHub <noreply@github.com>2017-10-22 14:57:02 +0300
commit9c2e10a3bab32f4a60f58ffc67107c6d0de5b79f (patch)
treeea423a9ea0a6320c7238b9145ed88b1d2b4c0592
parentfix test (diff)
downloadgolite-9c2e10a3bab32f4a60f58ffc67107c6d0de5b79f.tar.gz
golite-9c2e10a3bab32f4a60f58ffc67107c6d0de5b79f.tar.xz
Updated travis.yml
Use the latest Go version in each major branch (documentation: https://docs.travis-ci.com/user/languages/go/#Specifying-a-Go-version-to-use)
-rw-r--r--.travis.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f60b8d7..46e70cb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,9 +7,10 @@ env:
- GOTAGS=trace
- GOTAGS=vtable
go:
- - 1.7
- - 1.8
- - tip
+ - 1.7.x
+ - 1.8.x
+ - 1.9.x
+ - master
before_install:
- go get github.com/mattn/goveralls
- go get golang.org/x/tools/cmd/cover