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