Run on the new Travis Docker infrastructure
This commit is contained in:
parent
265599f5ff
commit
100270378b
|
@ -1,3 +1,5 @@
|
||||||
|
sudo: false
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
|
@ -11,5 +13,6 @@ script:
|
||||||
#- go test -race ./...
|
#- go test -race ./...
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- go: tip
|
- go: tip
|
||||||
|
|
Loading…
Reference in New Issue