mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +01:00
Give up testing on Travis CI
This commit is contained in:
parent
ccf7b0c159
commit
e8b125df1e
@ -28,10 +28,14 @@ before_script:
|
|||||||
- sleep 3
|
- sleep 3
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- go test -v ./...
|
- go build -v ./...
|
||||||
- gopherjs build -v github.com/hajimehoshi/ebiten/example/blocks
|
- gopherjs build -v github.com/hajimehoshi/ebiten/example/blocks
|
||||||
|
|
||||||
# Looks like testing GL on node on Travis CI seems hard.
|
# 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
|
# - gopherjs test -v github.com/hajimehoshi/ebiten github.com/hajimehoshi/ebiten/internal/graphics
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
Reference in New Issue
Block a user