mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
9 lines
68 B
YAML
9 lines
68 B
YAML
sudo: false
|
|
language: go
|
|
|
|
go:
|
|
- 1.7rc2
|
|
|
|
script:
|
|
- go test ./...
|