mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +01:00
8 lines
93 B
YAML
8 lines
93 B
YAML
language: go
|
|
go:
|
|
- 1.5
|
|
install:
|
|
- export PATH=$PATH:$HOME/gopath/bin
|
|
script:
|
|
- go test -v
|