Skip to content

Commit 458bff7

Browse files
committed
Merge branch 'master' of github.com:monodot/camel-demos
2 parents cf43dfd + 80fba8a commit 458bff7

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will build a Java project with Maven
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
33

4-
name: Java CI with Maven
4+
name: maven-test
55

66
on:
77
push:

.travis.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ If you get strange missing class errors, make sure you're compiling with the lat
2525

2626
[tomd]: https://tomd.xyz
2727
[camelsbs]: https://tomd.xyz/camelstepbystep
28-
[buildstatus]: https://api.travis-ci.org/monodot/camel-demos.svg?branch=master
28+
[buildstatus]: https://github.com/monodot/camel-demos/workflows/maven-test/badge.svg
2929
[camelver]: https://img.shields.io/badge/dynamic/xml?label=Tested%20with%20Apache%20Camel&query=%2F%2A%5Blocal-name%28%29%3D%27project%27%5D%2F%2A%5Blocal-name%28%29%3D%27properties%27%5D%2F%2A%5Blocal-name%28%29%3D%27camel.version%27%5D&url=https%3A%2F%2Fraw.githubusercontent.com%2Fmonodot%2Fcamel-demos%2Fmaster%2Fparent%2Fpom.xml&color=orange
3030
[licence]: https://img.shields.io/github/license/monodot/camel-demos.svg
3131
[eggs]: https://img.shields.io/badge/eggs-poached-yellow.svg

0 commit comments

Comments
 (0)