Skip to content

Commit 74746de

Browse files
committed
Remove Tracis-ci, add GitHub actions status badge
Replace broken link for Firebird 4 release notes
1 parent 895379e commit 74746de

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

.travis.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ decimal-java
44
Decimal-java is a library to convert `java.math.BigDecimal` to and from
55
IEEE-754r (IEEE-754-2008) decimal byte representations.
66

7-
[![Build Status](https://travis-ci.com/FirebirdSQL/decimal-java.svg?branch=master)](https://travis-ci.com/FirebirdSQL/decimal-java)
7+
[![Java CI with Gradle](https://github.com/FirebirdSQL/decimal-java/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/FirebirdSQL/decimal-java/actions/workflows/gradle.yml?query=branch%3Amaster)
88
[![MavenCentral](https://maven-badges.herokuapp.com/maven-central/org.firebirdsql/decimal-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.firebirdsql/decimal-java/)
99

1010
Maven
@@ -152,6 +152,6 @@ References
152152
- [Decimal Arithmetic Encodings](http://speleotrove.com/decimal/decbits.html)
153153
- [A Summary of Densely Packed Decimal encoding](http://speleotrove.com/decimal/DPDecimal.html)
154154
- [The decNumber Library](http://speleotrove.com/decimal/decnumber.html)
155-
- [Firebird 4 beta 1 release notes](http://web.firebirdsql.org/downloads/prerelease/v40beta1/Firebird-4.0.0_Beta1-ReleaseNotes.pdf)
155+
- [Firebird 4.0 Release Notes](https://www.firebirdsql.org/file/documentation/release_notes/html/en/4_0/rlsnotes40.html)
156156

157157

0 commit comments

Comments
 (0)