mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
8 lines
68 B
YAML
8 lines
68 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.7rc2
|
|
|
|
script:
|
|
- go test ./...
|