mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
Fix path in .travis.yml
This commit is contained in:
parent
a49fb7fcdf
commit
8f32d34536
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user