mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Fix .travis.yml to use the appropriate branch
This commit is contained in:
parent
e8a1be7748
commit
144eb9d752
@ -22,7 +22,7 @@ install:
|
||||
- mkdir /tmp/work
|
||||
- cd /tmp/work
|
||||
- go mod init example.com/m
|
||||
- go get github.com/hajimehoshi/ebiten@master
|
||||
- go get github.com/hajimehoshi/ebiten@$TRAVIS_BRANCH
|
||||
- go get github.com/gopherjs/gopherjs
|
||||
- go get myitcv.io/cmd/gjbt
|
||||
- # gopath-get for the current GopherJS and gjbt.
|
||||
|
Loading…
Reference in New Issue
Block a user