mirror of
https://github.com/plutov/paypal.git
synced 2025-01-23 02:11:02 +01:00
b200e0a324
* Go Modules support * move into same package * Update billing_test.go * Revert example_test.go and remove billing_test.go * Keep 1.11 and 1.12 in travis
9 lines
108 B
YAML
9 lines
108 B
YAML
language: go
|
|
go:
|
|
- 1.11
|
|
- 1.12
|
|
install:
|
|
- export PATH=$PATH:$HOME/gopath/bin
|
|
script:
|
|
- go test -v -race
|