diff --git a/.travis.yml b/.travis.yml index 9e21bcca2..e6fa88c3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,12 +44,12 @@ before_script: script: - cd /tmp/work - - go build -tags example -v github.com/hajimehoshi/ebiten/examples/... + - go build -tags example -v github.com/hajimehoshi/ebiten/... - go test -v github.com/hajimehoshi/ebiten/... - gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks - 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/... + - GOOS=windows GOARCH=amd64 go build -tags example -v github.com/hajimehoshi/ebiten/... + - GOOS=windows GOARCH=386 go build -tags example -v github.com/hajimehoshi/ebiten/... # - test -z $(gofmt -s -l $GOPATH/src/github.com/hajimehoshi/ebiten)