Skip to content

Commit 707d93f

Browse files
authored
Merge pull request #28 from dvrkps/patch-1
travis: update go version
2 parents fb144b8 + 18e1c4c commit 707d93f

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)