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