mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Fix path in .travis.yml
This commit is contained in:
parent
a49fb7fcdf
commit
8f32d34536
@ -36,7 +36,7 @@ before_script:
|
|||||||
- sleep 3
|
- sleep 3
|
||||||
|
|
||||||
script:
|
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 build -tags example -v github.com/hajimehoshi/ebiten/examples/...
|
||||||
- go test -v github.com/hajimehoshi/ebiten
|
- go test -v github.com/hajimehoshi/ebiten
|
||||||
- go test -v github.com/hajimehoshi/ebiten/audio/internal/convert
|
- go test -v github.com/hajimehoshi/ebiten/audio/internal/convert
|
||||||
|
Loading…
Reference in New Issue
Block a user