paypale/.travis.yml

10 lines
107 B
YAML
Raw Normal View History

2015-10-15 07:52:16 +02:00
language: go
go:
2015-12-22 06:09:57 +01:00
- 1.5
2016-03-07 07:00:22 +01:00
- 1.6
2016-09-12 08:59:23 +02:00
- 1.7
2015-10-15 07:52:16 +02:00
install:
- export PATH=$PATH:$HOME/gopath/bin
script:
- go test -v