Use TRAVIS_COMMIT to specify the commit explicitly

This commit is contained in:
Hajime Hoshi 2019-12-14 13:42:32 +09:00
parent d8f02cf03e
commit 4341c5ff1a

View File

@ -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