From fdeb1ec18e4563c5299d201918f168fce8e0d3dc Mon Sep 17 00:00:00 2001 From: mwoss Date: Sat, 11 Sep 2021 13:01:11 +0200 Subject: [PATCH 1/8] Update Travis-CI configuration --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e6169605..6326d40f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,10 @@ arch: go: - 1.7.x - - 1.12.x - - 1.13.x + - 1.14.x + - 1.15.x + - 1.16.x + - 1.17.x - tip install: From 7d8bd635a77c6bcf443d853bd4bc6b65cd3d2694 Mon Sep 17 00:00:00 2001 From: mwoss Date: Sat, 11 Sep 2021 17:46:53 +0200 Subject: [PATCH 2/8] Remove go1.14 --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6326d40f..1a6f8344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ arch: go: - 1.7.x - - 1.14.x - 1.15.x - 1.16.x - 1.17.x From 2219db20948c44a521a23d99e997b03197680dc4 Mon Sep 17 00:00:00 2001 From: mwoss Date: Sat, 11 Sep 2021 21:54:31 +0200 Subject: [PATCH 3/8] Test again --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1a6f8344..6326d40f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ arch: go: - 1.7.x + - 1.14.x - 1.15.x - 1.16.x - 1.17.x From 3ed5541404e7ee76a1dbbc653e9af2d39f90e255 Mon Sep 17 00:00:00 2001 From: mwoss Date: Sun, 12 Sep 2021 13:10:17 +0200 Subject: [PATCH 4/8] test --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6326d40f..1a6f8344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ arch: go: - 1.7.x - - 1.14.x - 1.15.x - 1.16.x - 1.17.x From 76a8abb1e5f8476666b2832c9d48d77926c26ab9 Mon Sep 17 00:00:00 2001 From: mwoss Date: Sun, 12 Sep 2021 13:13:53 +0200 Subject: [PATCH 5/8] once again --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1a6f8344..6326d40f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ arch: go: - 1.7.x + - 1.14.x - 1.15.x - 1.16.x - 1.17.x From 1d6c3d8414f8cd17d8aa33bb19c0da09ff80f975 Mon Sep 17 00:00:00 2001 From: mwoss Date: Sun, 12 Sep 2021 13:18:41 +0200 Subject: [PATCH 6/8] test --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6326d40f..1a6f8344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,6 @@ arch: go: - 1.7.x - - 1.14.x - 1.15.x - 1.16.x - 1.17.x From a11f9b2c6d2aa2e697fba03294cebe75b949573e Mon Sep 17 00:00:00 2001 From: mwoss Date: Sun, 12 Sep 2021 13:19:56 +0200 Subject: [PATCH 7/8] it works :3 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1a6f8344..6326d40f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ arch: go: - 1.7.x + - 1.14.x - 1.15.x - 1.16.x - 1.17.x From dc3c3eba7139a5253b19fd5c406458695a2dc330 Mon Sep 17 00:00:00 2001 From: mwoss Date: Sun, 12 Sep 2021 13:27:06 +0200 Subject: [PATCH 8/8] Update status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b70f9015..2e35df06 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # decimal -[![Build Status](https://travis-ci.org/shopspring/decimal.png?branch=master)](https://travis-ci.org/shopspring/decimal) [![GoDoc](https://godoc.org/github.com/shopspring/decimal?status.svg)](https://godoc.org/github.com/shopspring/decimal) [![Go Report Card](https://goreportcard.com/badge/github.com/shopspring/decimal)](https://goreportcard.com/report/github.com/shopspring/decimal) +[![Build Status](https://app.travis-ci.com/shopspring/decimal.svg?branch=master)](https://app.travis-ci.com/shopspring/decimal) [![GoDoc](https://godoc.org/github.com/shopspring/decimal?status.svg)](https://godoc.org/github.com/shopspring/decimal) [![Go Report Card](https://goreportcard.com/badge/github.com/shopspring/decimal)](https://goreportcard.com/report/github.com/shopspring/decimal) Arbitrary-precision fixed-point decimal numbers in go.