paypale/.travis.yml
Roopak Venkatakrishnan b200e0a324 Go Modules support (#110)
* 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
2019-08-27 12:38:42 +02:00

9 lines
108 B
YAML

language: go
go:
- 1.11
- 1.12
install:
- export PATH=$PATH:$HOME/gopath/bin
script:
- go test -v -race