Skip to content

Commit 7731016

Browse files
authored
Merge pull request #249 from dvrkps/patch-1
travis: update go versions
2 parents f447794 + d267834 commit 7731016

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22

33
go:
4-
- 1.8
5-
- 1.9
4+
- 1.8.x
5+
- 1.9.x
66
- tip
77

88
matrix:
@@ -13,7 +13,6 @@ matrix:
1313
before_install:
1414
- go get github.com/axw/gocov/gocov
1515
- go get github.com/mattn/goveralls
16-
- go get golang.org/x/tools/cmd/cover
1716

1817
script:
1918
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)