Fix .travis.yml

This commit is contained in:
Hajime Hoshi 2018-05-25 02:11:34 +09:00
parent cc748f15e4
commit bbe6926f9c

View File

@ -20,6 +20,7 @@ addons:
install: install:
- go get -t -v github.com/hajimehoshi/ebiten/... - go get -t -v github.com/hajimehoshi/ebiten/...
- go get github.com/hajimehoshi/gopherwasm/js
- go get github.com/gopherjs/gopherjs - go get github.com/gopherjs/gopherjs
- go get github.com/gopherjs/webgl - go get github.com/gopherjs/webgl
- go get -tags example github.com/hajimehoshi/ebiten/examples/... - go get -tags example github.com/hajimehoshi/ebiten/examples/...