Use the more stable version of wasmbrowsertest (.travis.yml)

This commit is contained in:
Hajime Hoshi 2021-01-05 20:01:58 +09:00
parent 6fffde13bb
commit f488988384

View File

@ -43,8 +43,11 @@ install:
- go mod edit -replace=github.com/hajimehoshi/ebiten=./ebiten
# wasmbrowsertest
- GO111MODULE=off go get github.com/agnivade/wasmbrowsertest
- mv $GOPATH/bin/wasmbrowsertest $GOPATH/bin/go_js_wasm_exec
- mkdir /tmp/wasmbrowsertest
- cd /tmp/wasmbrowsertest
- go mod init foo
- go build -o wasmbrowsertest github.com/agnivade/wasmbrowsertest
- mv ./wasmbrowsertest $GOPATH/bin/go_js_wasm_exec
# GopherJS
- GO111MODULE=off go1.12.16 get github.com/gopherjs/gopherjs