Skip to content

Commit

Permalink
Updated ebiten ref. Removed tag generation. (OpenDiablo2#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
essial authored Nov 22, 2019
1 parent f88e3c0 commit e3e52fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ git:
depth: 1
notifications:
email: false
before_deploy:
- export TRAVIS_TAG=${TRAVIS_TAG:-$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)}
- git tag $TRAVIS_TAG
deploy:
provider: releases
api_key:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/OpenDiablo2/D2Shared v0.0.0-20191121164327-8f10634564d8
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea
github.com/mitchellh/go-homedir v1.1.0
golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 // indirect
golang.org/x/mobile v0.0.0-20191115022231-f0c40035f2ba // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGw
github.com/hajimehoshi/bitmapfont v1.2.0/go.mod h1:h9QrPk6Ktb2neObTlAbma6Ini1xgMjbJ3w7ysmD7IOU=
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b h1:8LbFtMYNChUizU4eCdzhluH0RsUmOdh1rRlDt54K7/4=
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191119174134-52f6be26392b/go.mod h1:6ax6p5ui8fuQ/+00sQ79oTy4OfrythHfDEYV4yni5So=
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea h1:2534fHaO3V5UhWdcSHT9EOC4KNL6KlXBcscn/BrVjqU=
github.com/hajimehoshi/ebiten v1.11.0-alpha.0.20191121152720-3df198f68eea/go.mod h1:6ax6p5ui8fuQ/+00sQ79oTy4OfrythHfDEYV4yni5So=
github.com/hajimehoshi/go-mp3 v0.2.1/go.mod h1:Rr+2P46iH6PwTPVgSsEwBkon0CK5DxCAeX/Rp65DCTE=
github.com/hajimehoshi/oto v0.3.4/go.mod h1:PgjqsBJff0efqL2nlMJidJgVJywLn6M4y8PI4TfeWfA=
github.com/hajimehoshi/oto v0.5.3 h1:IccIFFUkT0oAr/KdH3LH7USyvI1ZE84HXiGtuCjs3y0=
Expand Down

0 comments on commit e3e52fd

Please sign in to comment.