Run on the new Travis Docker infrastructure
This commit is contained in:
parent
265599f5ff
commit
100270378b
15
.travis.yml
15
.travis.yml
|
@ -1,15 +1,18 @@
|
||||||
|
sudo: false
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.4
|
- 1.4
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
install: make updatedeps
|
install: make updatedeps
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
#- go test -race ./...
|
#- go test -race ./...
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
allow_failures:
|
fast_finish: true
|
||||||
- go: tip
|
allow_failures:
|
||||||
|
- go: tip
|
||||||
|
|
Loading…
Reference in New Issue