From c982e00bb08c16d3dc012288b55eefa4775e379f Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 3 Sep 2019 02:06:02 +0900 Subject: [PATCH] Fix .travis.yml not to test the playground Updates #871 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0431ba9e6..9e21bcca2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)