Add example tag to .travis.yml

This commit is contained in:
Hajime Hoshi 2016-08-17 23:15:23 +09:00
parent 12732d3302
commit 9c3a7f25d5

View File

@ -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