From e8b125df1e334985e2f8e978ddc816168eb1df49 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 6 Feb 2016 16:47:25 +0900 Subject: [PATCH] Give up testing on Travis CI --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fdb99dfa3..275d3221d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,10 +28,14 @@ before_script: - sleep 3 script: - - go test -v ./... + - go build -v ./... - 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 notifications: