Skip to content

Commit 0a0e67a

Browse files
committed
fix travis.yaml
1 parent bf6aa13 commit 0a0e67a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ language: go
33
go:
44
- "1.8"
55
- "1.9"
6-
- "1.10"
6+
- "1.10"
77

88
before_install:
99
- go get github.com/axw/gocov/gocov
@@ -12,4 +12,4 @@ before_install:
1212
install:
1313
- go get -u -v $(go list -f '{{join .Imports "\n"}}{{"\n"}}{{join .TestImports "\n"}}' ./... | sort | uniq | grep -v gopher-lua)
1414
script:
15-
- $HOME/gopath/bin/goveralls -service=travis-ci -vetoff
15+
- $HOME/gopath/bin/goveralls -service=travis-ci -vetoff

0 commit comments

Comments
 (0)