We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01193de commit 1bdd152Copy full SHA for 1bdd152
.travis.yml
@@ -3,13 +3,21 @@ language: go
3
matrix:
4
include:
5
- go: 1.8.x
6
- script: go test -v -race ./...
7
- - go: 1.x
+ script:
+ - go test -v -race ./...
8
+ - go: 1.9.x
9
10
11
+ - go: 1.10.x
12
13
14
+ - go: 1.11.x
15
script:
16
- diff -u <(echo -n) <(gofmt -d .)
17
- go test -v -race ./...
18
- go: master
19
20
21
allow_failures:
22
23
fast_finish: true
0 commit comments