Skip to content

Commit f9cf9dc

Browse files
committed
Remove Travis-CI
1 parent 9182938 commit f9cf9dc

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

.travis.yml

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

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ Money and Currency Parent
66
This module is licenced under the the [Apache 2 Licence](https://www.apache.org/licenses/LICENSE-2.0.html).
77

88
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.javamoney/javamoney-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.javamoney/javamoney-parent)
9-
[![Build Status](https://app.travis-ci.com/JavaMoney/javamoney-parent.svg?branch=master)](https://app.travis-ci.com/JavaMoney/javamoney-parent)
109
[![Snapshot with Maven](https://github.com/JavaMoney/javamoney-parent/actions/workflows/maven-snapshot.yml/badge.svg)](https://github.com/JavaMoney/javamoney-parent/actions/workflows/maven-snapshot.yml)
1110

1211
[![Built with Maven](http://maven.apache.org/images/logos/maven-feather.png)](http://maven.org/)

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,11 @@
410410

411411
<!-- Additional repositories -->
412412
<repositories>
413+
<repository>
414+
<id>MavenCentral</id>
415+
<name>Central Maven Repository</name>
416+
<url>https://repo.maven.apache.org/maven2/</url>
417+
</repository>
413418
<repository>
414419
<snapshots>
415420
<enabled>true</enabled>

0 commit comments

Comments
 (0)