Update .travis.yml

This commit is contained in:
Hajime Hoshi 2016-02-11 19:57:13 +09:00
parent 6d3598c057
commit 60371deb3b

View File

@ -29,7 +29,7 @@ before_script:
script:
- go build -v ./...
- gopherjs build -v github.com/hajimehoshi/ebiten/example/blocks
- gopherjs build -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