mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
8 lines
55 B
YAML
8 lines
55 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.7
|
|
|
|
script:
|
|
- go test -v ./...
|
|
|