paypale/.travis.yml

14 lines
145 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
2017-03-02 04:43:23 +01:00
- 1.8
2017-09-28 00:10:33 +02:00
- 1.9
2018-10-10 15:47:17 +02:00
- "1.10"
- 1.11
2015-10-15 07:52:16 +02:00
install:
- export PATH=$PATH:$HOME/gopath/bin
script:
2018-08-29 09:52:31 +02:00
- go test -v -race