Update travis to try to avoid failures

This commit is contained in:
Mitchell Hashimoto 2014-10-14 16:02:18 -07:00
parent 66cd829813
commit 90f979099e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ go:
install: make updatedeps
script:
- make test
- GOMAXPROCS=2 make test
#- go test -race ./...
matrix: