1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2024-11-28 08:49:01 +02:00
go-sqlmock/.travis.yml

17 lines
213 B
YAML
Raw Normal View History

2014-02-07 17:52:26 +03:00
language: go
2016-01-21 21:09:44 +02:00
2014-02-07 17:52:26 +03:00
go:
2015-01-17 17:10:40 +02:00
- 1.2
- 1.3
- 1.4
2015-09-10 20:31:35 +02: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 17:52:26 +03:00
2016-11-22 03:16:42 +02:00
script: go test -race -coverprofile=coverage.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash)