mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Update .travis.yml (#136)
This commit is contained in:
parent
f357337f35
commit
6f35e4a783
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user