mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Use TRAVIS_COMMIT to specify the commit explicitly
This commit is contained in:
parent
d8f02cf03e
commit
4341c5ff1a
@ -36,7 +36,7 @@ install:
|
||||
- mkdir /tmp/work
|
||||
- cd /tmp/work
|
||||
- go mod init example.com/m
|
||||
- go get github.com/hajimehoshi/ebiten@$TRAVIS_BRANCH
|
||||
- go get github.com/hajimehoshi/ebiten@$TRAVIS_COMMIT
|
||||
|
||||
# wasmbrowsertest
|
||||
- GO111MODULE=off go get github.com/agnivade/wasmbrowsertest
|
||||
|
Loading…
Reference in New Issue
Block a user