mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-24 13:10:27 +01:00
9 lines
68 B
YAML
9 lines
68 B
YAML
|
sudo: false
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.7rc2
|
||
|
|
||
|
script:
|
||
|
- go test ./...
|