Skip to content

Commit 18e1c4c

Browse files
authored
travis: update go version
1 parent fb144b8 commit 18e1c4c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
language: go
22

33
go:
4-
- 1.7
4+
- 1.x
55
- tip
66

77
before_install:
88
- go get github.com/axw/gocov/gocov
99
- go get github.com/mattn/goveralls
10-
- go get golang.org/x/tools/cmd/cover
1110

1211
script:
1312
- $HOME/gopath/bin/goveralls -service=travis-ci

0 commit comments

Comments
 (0)