Fix .travis.yml not to test the playground

Updates #871
This commit is contained in:
Hajime Hoshi 2019-09-03 02:06:02 +09:00
parent 675db373da
commit c982e00bb0

View File

@ -50,7 +50,6 @@ script:
- gjbt github.com/hajimehoshi/ebiten # TODO: Test the subdirectories
- GOOS=windows GOARCH=amd64 go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
- GOOS=windows GOARCH=386 go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
- CGO_ENABLED=0 go vet github.com/hajimehoshi/ebiten # This is necessary for the Go playground
# - test -z $(gofmt -s -l $GOPATH/src/github.com/hajimehoshi/ebiten)