Skip to content

Commit e4ebb8f

Browse files
committed
Merge remote-tracking branch 'upstream/master' into merge-back-to-upstream
2 parents 333d7a2 + 5184234 commit e4ebb8f

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,26 @@
55
language: go
66

77
go:
8+
- 1.4
9+
- 1.5
810
- 1.6
911
- 1.7
12+
- 1.8
13+
- 1.9
1014
- tip
1115

1216
matrix:
1317
fast_finish: true
1418

1519
before_install:
1620
- go get golang.org/x/tools/cmd/cover
17-
- go get github.com/golang/lint/golint
1821
- go get github.com/mattn/goveralls
1922

2023
install:
2124
- go get -d -v ./... && go build -v ./...
2225

2326
script:
2427
- go vet -x ./...
25-
- $HOME/gopath/bin/golint ./...
2628
- go test -v ./...
2729
- go test -covermode=count -coverprofile=profile.cov .
2830

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)