Skip to content

Commit c5b8fc9

Browse files
committed
Renamed license file, added travis setup.
1 parent a7c1da7 commit c5b8fc9

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
language: java
2+
jdk:
3+
- oraclejdk8
4+
File renamed without changes.

src/main/java/TCKTestSetup.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public Collection<Class> getCurrencyClasses() {
5757
.asList(new Class[]{MyCurrency.class});
5858
} catch (Exception e) {
5959
e.printStackTrace();
60-
throw new RuntimeException("Currency class not lodable: org.javamoney.moneta.internal.JDKCurrencyAdapter");
60+
throw new RuntimeException("Currency class not lodable: org.javamoney.moneta.internal.format.JDKCurrencyAdapter");
6161
}
6262
}
6363

0 commit comments

Comments
 (0)