1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 01:05:47 +00:00
gitea/vendor/github.com/nfnt/resize/.travis.yml
6543 0bb56a413d
Fix Avatar Resize (resize algo NearestNeighbor -> Bilinear) (#12745) (#12750)
* Update Vendor github.com/nfnt/resize

* switch resize algo NearestNeighbor -> Bilinear
2020-09-06 22:14:59 +01:00

8 lines
59 B
YAML

language: go
go:
- "1.x"
- "1.1"
- "1.4"
- "1.10"