Skip to content

Commit

Permalink
GOMAXPROCS=1
Browse files Browse the repository at this point in the history
  • Loading branch information
derekcollison committed Jun 24, 2015
1 parent 7dfe01f commit 9fe548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ script:
- go fmt ./...
- go vet ./...
- go test -i -race ./...
- go test -v -race ./...
- GOMAXPROCS=1 go test -v -race ./...
- GOMAXPROCS=1 go test -v -covermode=count -coverprofile=coverage.out
- $HOME/gopath/bin/goveralls -coverprofile coverage.out -service travis-ci

0 comments on commit 9fe548f

Please sign in to comment.