mirror of
https://github.com/willnorris/imageproxy.git
synced 2025-02-10 23:40:13 -05:00
12 lines
160 B
YAML
12 lines
160 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.x
|
|
- 1.8.x
|
|
|
|
sudo: false
|
|
|
|
go_import_path: github.com/d3sw/pixie
|
|
|
|
install:
|
|
- # skip go get, which ensures all dependencies are vendored
|