1
0
mirror of https://github.com/zhashkevych/go-sqlxmock.git synced 2025-11-29 21:57:41 +02:00

Use latest patch releases

This commit is contained in:
Alexey Palazhchenko
2017-05-30 20:09:52 +03:00
committed by GitHub
parent 18ab7ac1c7
commit 928b276200

View File

@@ -1,13 +1,13 @@
language: go
go:
- 1.2
- 1.3
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- 1.2.x
- 1.3.x
- 1.4.x
- 1.5.x
- 1.6.x
- 1.7.x
- 1.8.x
- master
script: go test -race -coverprofile=coverage.txt -covermode=atomic