Skip to content

Commit

Permalink
Travis CI test with GOMAXPROCS=1,4
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed Mar 13, 2015
1 parent afeb23d commit 0b96948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ install:
- go get -v -t -d google.golang.org/grpc/...

script:
- go test -v google.golang.org/grpc/...
- go test -v -race google.golang.org/grpc/...
- go test -v google.golang.org/grpc/... -cpu 1,4
- go test -v -race google.golang.org/grpc/... -cpu 1,4

0 comments on commit 0b96948

Please sign in to comment.