diff --git a/.travis.yml b/.travis.yml index deca6f530..f3bd7bb8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: - go get -t -v github.com/hajimehoshi/ebiten/... - go get github.com/gopherjs/gopherjs - go get github.com/gopherjs/webgl - - go get -tags example github.com/haimehoshi/ebiten/examples/... + - go get -tags example github.com/hajimehoshi/ebiten/examples/... before_script: - export DISPLAY=:99.0 @@ -33,8 +33,8 @@ before_script: - sleep 3 script: - - go build -tags example -v github.com/haimehoshi/ebiten/examples/... - - go test -v github.com/haimehoshi/ebiten/... + - go build -tags example -v github.com/hajimehoshi/ebiten/examples/... + - go test -v github.com/hajimehoshi/ebiten/... - gopherjs build --tags example -v github.com/hajimehoshi/ebiten/examples/blocks # Looks like testing GL on node is hard.