Skip to content

Commit 6df3dd8

Browse files
committed
interfaces: bump travis version
1 parent 073b0dc commit 6df3dd8

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.travis.yml

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

33
go:
4-
- 1.8.x
5-
- 1.9.x
6-
- 1.10.x
7-
- 1.11.x
4+
- 1.12.x
85

96
matrix:
107
fast_finish: true
@@ -13,13 +10,14 @@ sudo: false
1310

1411
env:
1512
global:
16-
- GOBIN=$HOME/bin
17-
- PATH=$HOME/bin:$PATH
13+
- GOBIN=$HOME/bin
14+
- PATH=$HOME/bin:$PATH
15+
- GOCACHE=$HOME/.cache/go-build
16+
- GO111MODULE=on
1817

1918
install:
20-
- go get -t -v -u ./...
19+
- go get -t -v -u ./...
2120

2221
script:
23-
- go tool vet -all .
24-
- go install ./...
25-
- go test -race -v ./...
22+
- go install ./...
23+
- go test -race -v ./...

0 commit comments

Comments
 (0)