Update .travis.yml (#136)

This commit is contained in:
Hajime Hoshi 2016-09-04 17:10:56 +09:00
parent f357337f35
commit 6f35e4a783

View File

@ -13,6 +13,7 @@ addons:
- libopenal-dev
- libalut-dev
- libxxf86vm-dev
- libxrandr-dev
# gl module is not available (2016-05-18)
#
@ -33,12 +34,9 @@ before_script:
script:
- go build -tags example -v ./...
- go test -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
# - go test -v ./...
# Looks like testing GL on node is hard.
# - gopherjs test -v github.com/hajimehoshi/ebiten github.com/hajimehoshi/ebiten/internal/graphics