mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-24 18:58:54 +01:00
Add example tag to .travis.yml
This commit is contained in:
parent
12732d3302
commit
9c3a7f25d5
@ -31,8 +31,8 @@ before_script:
|
||||
- sleep 3
|
||||
|
||||
script:
|
||||
- go build -v ./...
|
||||
- gopherjs build -v github.com/hajimehoshi/ebiten/examples/blocks
|
||||
- go build -tags example -v ./...
|
||||
- gopherjs build -tags example -v github.com/hajimehoshi/ebiten/examples/blocks
|
||||
|
||||
# Give up testing on Travis CI because of X error
|
||||
# https://travis-ci.org/hajimehoshi/ebiten/jobs/107404013
|
||||
|
Loading…
Reference in New Issue
Block a user