mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-02-02 11:34:20 +02:00
8 lines
74 B
YAML
8 lines
74 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.8
|
||
|
- 1.9
|
||
|
- release
|
||
|
|
||
|
script: go test -v -bench=.
|