From 09c4160eb01c64b5a7d3b8dfd93712828143c4ce Mon Sep 17 00:00:00 2001 From: Carl Jackson Date: Sat, 14 Nov 2015 21:42:53 -0800 Subject: [PATCH] travis: test 1.5 specifically --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 50f6612..8fe88e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,11 @@ matrix: - go get golang.org/x/tools/cmd/cover - go list -f '{{range .Imports}}{{.}} {{end}}' ./... | xargs go get -v - go list -f '{{range .TestImports}}{{.}} {{end}}' ./... | xargs go get -v + - go: 1.5 + install: + - go get golang.org/x/tools/cmd/cover + - go list -f '{{range .Imports}}{{.}} {{end}}' ./... | xargs go get -v + - go list -f '{{range .TestImports}}{{.}} {{end}}' ./... | xargs go get -v - go: tip install: - go get golang.org/x/tools/cmd/cover