mirror of
https://github.com/shopspring/decimal.git
synced 2024-11-22 12:30:49 +01:00
CI, test build on the three latest Go version and the oldest one available (#170)
This commit is contained in:
parent
02e2044944
commit
feafbe1d95
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.2.2
|
||||
- 1.13
|
||||
- 1.2.x
|
||||
- 1.12.x
|
||||
- 1.13.x
|
||||
- tip
|
||||
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue