Skip to content

Commit

Permalink
added travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ollin committed Feb 9, 2017
1 parent 14f8f4b commit 0551a48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
= CDC Workshop Repository

image:https://badges.gitter.im/cdc-workshop/Lobby.svg[link="https://gitter.im/cdc-workshop/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"]
image:https://travis-ci.org/ollin/cdc-workshop.svg?branch=master["Build Status", link="https://travis-ci.org/ollin/cdc-workshop"]

== Idea

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void shouldReturnList() throws Exception {
// given
Addresses cut = new Addresses();
// when
Address[] result = cut.all();
Address[] result = cut.all("");
// then
assertThat(result, notNullValue());
}
Expand Down

0 comments on commit 0551a48

Please sign in to comment.