Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimehoshi committed Mar 30, 2018
1 parent 167ed96 commit 83c4bdc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ script:
- 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
- go test -v github.com/hajimehoshi/ebiten/audio/vorbis
- go test -v github.com/hajimehoshi/ebiten/internal/math
- go test -v github.com/hajimehoshi/ebiten/internal/restorable
- gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks
Expand Down

0 comments on commit 83c4bdc

Please sign in to comment.