Fix path in .travis.yml

This commit is contained in:
Hajime Hoshi 2018-01-14 16:21:08 +09:00
parent a49fb7fcdf
commit 8f32d34536

View File

@ -36,7 +36,7 @@ before_script:
- sleep 3
script:
- test -z $(gofmt -s -l .)
- test -z $(gofmt -s -l $GOPATH/src/github.com/hajimehoshi/ebiten)
- go build -tags example -v github.com/hajimehoshi/ebiten/examples/...
- go test -v github.com/hajimehoshi/ebiten
- go test -v github.com/hajimehoshi/ebiten/audio/internal/convert