mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
11 lines
86 B
YAML
11 lines
86 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.1
|
||
|
- 1.2
|
||
|
- 1.3
|
||
|
- release
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test -v ./...
|