Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 92fc612

Browse files
committed
Updated travis ci
1 parent ca6b62f commit 92fc612

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

.travis.yml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,15 @@
11
language: go
22

33
go:
4-
- "1.7"
5-
- "1.8"
6-
- "1.9"
7-
- "1.10"
8-
- "1.11"
9-
- "1.12"
10-
- "1.13"
11-
- master
4+
- "1.13"
5+
- "1.14"
6+
- "1.15"
7+
- master
128

139
script:
14-
- go get golang.org/x/tools/cmd/cover
15-
- go get github.com/mattn/goveralls
16-
- go get ./...
17-
- go test ./...
18-
- go test -v -covermode=count -coverprofile=coverage.out
19-
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN
10+
- go get golang.org/x/tools/cmd/cover
11+
- go get github.com/mattn/goveralls
12+
- go get ./...
13+
- go test ./...
14+
- go test -v -covermode=count -coverprofile=coverage.out
15+
- $GOPATH/bin/goveralls -coverprofile=coverage.out -service=travis-ci -repotoken $COVERALLS_TOKEN

0 commit comments

Comments
 (0)