Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit e86ae57

Browse files
committed
Travis badge from org
1 parent 97b4973 commit e86ae57

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

β€Ž.travis.ymlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ install: true
2525
script:
2626
- ./gradlew assemble --warning-mode all
2727
- ./gradlew check --warning-mode all
28+
# Checks the application is running ok
29+
- ./gradlew :app:run --warning-mode all

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# TODO
2-
* `./gradlew :app:run --warning-mode all`
3-
4-
51
# β˜•πŸŽ― Hexagonal Architecture + DDD + CQRS Java example with SpringBoot
62

73
<img src="http://codely.tv/wp-content/uploads/2016/05/cropped-logo-codelyTV.png" align="left" width="192px" height="192px"/>
@@ -10,7 +6,7 @@
106
> You can do awesome stuff with Java πŸ™‚
117
128
[![CodelyTV](https://img.shields.io/badge/codely-tv-green.svg?style=flat-square)](https://codely.tv)
13-
[![Build Status](https://travis-ci.com/CodelyTV/cqrs-ddd-java-example.svg?branch=master)](https://travis-ci.com/CodelyTV/cqrs-ddd-java-example)
9+
[![Build Status](https://travis-ci.org/CodelyTV/cqrs-ddd-java-example.svg?branch=master)](https://travis-ci.org/CodelyTV/cqrs-ddd-java-example)
1410

1511
Implementation example of a Java application following Domain-Driven Design (DDD) and Command Query Responsibility Segregation (CQRS) principles, keeping the code as simple as possible.
1612

0 commit comments

Comments
Β (0)