0
Fork 0
mirror of https://github.com/willnorris/imageproxy.git synced 2025-02-10 23:40:13 -05:00
imageproxy/.travis.yml

13 lines
167 B
YAML
Raw Normal View History

2015-05-05 06:42:30 -07:00
language: go
go:
2017-09-23 19:11:55 +00:00
- 1.x
- 1.8.x
sudo: false
2017-09-23 19:11:55 +00:00
go_import_path: willnorris.com/go/imageproxy
2015-05-05 06:42:30 -07:00
2017-09-23 19:11:55 +00:00
install:
- # skip go get, which ensures all dependencies are vendored