mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-12 12:08:58 +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
|
- sleep 3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go build -v ./...
|
- go build -tags example -v ./...
|
||||||
- gopherjs build -v github.com/hajimehoshi/ebiten/examples/blocks
|
- gopherjs build -tags example -v github.com/hajimehoshi/ebiten/examples/blocks
|
||||||
|
|
||||||
# Give up testing on Travis CI because of X error
|
# Give up testing on Travis CI because of X error
|
||||||
# https://travis-ci.org/hajimehoshi/ebiten/jobs/107404013
|
# https://travis-ci.org/hajimehoshi/ebiten/jobs/107404013
|
||||||
|
Loading…
Reference in New Issue
Block a user