Bug fix: need to install gopherjs command

This commit is contained in:
Hajime Hoshi 2018-06-24 20:35:29 +09:00
parent 1ac334931e
commit 116bba0d37

View File

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