From 116bba0d37484580d9616c3ba81cfc364045e251 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sun, 24 Jun 2018 20:35:29 +0900 Subject: [PATCH] Bug fix: need to install gopherjs command --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1d9485ced..2c87dd083 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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