Update travis to try to avoid failures
This commit is contained in:
parent
66cd829813
commit
90f979099e
|
@ -7,7 +7,7 @@ go:
|
||||||
|
|
||||||
install: make updatedeps
|
install: make updatedeps
|
||||||
script:
|
script:
|
||||||
- make test
|
- GOMAXPROCS=2 make test
|
||||||
#- go test -race ./...
|
#- go test -race ./...
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue