Skip to content

Commit 9e2dfe6

Browse files
committed
test the integration travis -> gitter.im/ollin/cdc-workshop
1 parent ca4903b commit 9e2dfe6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ branches:
2323
notifications:
2424
webhooks:
2525
urls:
26-
- https://webhooks.gitter.im/e/50575d0cf56e5c733648
26+
- https://webhooks.gitter.im/e/8ee65970ce88adf39722
2727
on_success: change # options: [always|never|change] default: always
2828
on_failure: always # options: [always|never|change] default: always
2929
on_start: never # options: [always|never|change] default: always

address-service/src/test/java/net/nautsch/address/AddressTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public void shouldReturnFirstname() {
2727
String result = address.getFirstname();
2828
// then
2929
assertThat(result, is(givenFirstName));
30+
fail("test travis -> gitter.im/ollin/cdc-workshop");
3031

3132
}
3233

0 commit comments

Comments
 (0)