paypale/.travis.yml
Alexander Plutov 959619c327 Tests fix
2016-09-12 13:59:23 +07:00

10 lines
107 B
YAML

language: go
go:
- 1.5
- 1.6
- 1.7
install:
- export PATH=$PATH:$HOME/gopath/bin
script:
- go test -v