1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-02 11:34:20 +02:00
2018-10-05 00:55:59 +06:00

10 lines
86 B
YAML

language: go
sudo: false
go:
- 1.4
install: go get -v -t ./...
script: make test