Skip to content

Commit

Permalink
limit all tests to GOMAXPROCS=1 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Jun 16, 2015
1 parent 37ce686 commit 6e4602c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ script:
- go vet ./...
- go test -i -race ./...
- GOMAXPROCS=1 go test -v -race ./...
- go test -v -covermode=count -coverprofile=coverage.out
- GOMAXPROCS=1 go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile coverage.out -service travis-ci
env:
global:
Expand Down

0 comments on commit 6e4602c

Please sign in to comment.