mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 10:21:03 +01:00
13 lines
135 B
YAML
13 lines
135 B
YAML
language: go
|
|
go:
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
- 1.9
|
|
- 1.10
|
|
install:
|
|
- export PATH=$PATH:$HOME/gopath/bin
|
|
script:
|
|
- go test -v -race
|