1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-02-16 18:34:27 +02:00
go-sqlxmock/.travis.yml

17 lines
213 B
YAML
Raw Normal View History

2014-02-07 16:52:26 +02:00
language: go
2016-01-21 21:09:44 +02:00
2014-02-07 16:52:26 +02:00
go:
2015-01-17 17:10:40 +02:00
- 1.2
- 1.3
- 1.4
2015-09-10 21:31:35 +03:00
- 1.5
2016-02-23 11:48:45 +02:00
- 1.6
2016-11-02 14:49:59 +02:00
- 1.7
2017-02-21 17:53:38 +02:00
- 1.8
- master
2014-02-07 16:52:26 +02:00
2016-11-21 20:16:42 -05:00
script: go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)