mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-26 03:38:55 +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
|
- mkdir /tmp/work
|
||||||
- cd /tmp/work
|
- cd /tmp/work
|
||||||
- go mod init example.com/m
|
- go mod init example.com/m
|
||||||
- go get github.com/hajimehoshi/ebiten@$TRAVIS_BRANCH
|
- go get github.com/hajimehoshi/ebiten@$TRAVIS_COMMIT
|
||||||
|
|
||||||
# wasmbrowsertest
|
# wasmbrowsertest
|
||||||
- GO111MODULE=off go get github.com/agnivade/wasmbrowsertest
|
- GO111MODULE=off go get github.com/agnivade/wasmbrowsertest
|
||||||
|
Loading…
Reference in New Issue
Block a user