Revert "test: Specify cpu num as experiment (#575)"

This reverts commit 2f7cd00d2c.
This commit is contained in:
Hajime Hoshi 2018-04-06 03:40:06 +09:00
parent c62e63f874
commit 600f0ae428

View File

@ -38,7 +38,7 @@ before_script:
script:
- test -z $(gofmt -s -l $GOPATH/src/github.com/hajimehoshi/ebiten)
- go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
- go test -cpu=1 -v github.com/hajimehoshi/ebiten/...
- go test -v github.com/hajimehoshi/ebiten/...
- gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks
# Looks like testing GL on node is hard.