Sebastien Binet
7 years ago
1 changed files with
12 additions and
2 deletions
-
12
2
.travis.yml
|
|
@@ -1,8 +1,18 @@
|
|
|
language: go
|
|
|
|
|
|
go:
|
|
|
- - 1.x
|
|
|
+ - 1.8.x
|
|
|
+ - 1.9.x
|
|
|
+ - 1.10.x
|
|
|
+ - master
|
|
|
+
|
|
|
+matrix:
|
|
|
+ fast_finish: true
|
|
|
+ allow_failures:
|
|
|
+ - go: master
|
|
|
+
|
|
|
+sudo: false
|
|
|
|
|
|
script:
|
|
|
- go test -v -cpu=2
|
|
|
- - go test -v -cpu=2 -race
|
|
|
+ - go test -v -cpu=2 -race
|