Skip to content

Commit f0d48e4

Browse files
author
srathod
committed
- Added sample-code-java as submodule to sdk-java.
- Updated travis.yml to build sample-code-java on sdk-java change. To be reviewed: - Commented out sdk build for openjdk6 since sample-code-java project fails on it.
1 parent 485aa5b commit f0d48e4

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "sample-code-java"]
2+
path = sample-code-java
3+
url = https://github.com/AuthorizeNet/sample-code-java

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ jdk:
1010
- openjdk7
1111
- openjdk6
1212

13+
before_script:
14+
- git submodule update --remote --recursive
15+
16+
script:
17+
- cd sample-code-java
18+
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
19+
- mvn test -B
20+
1321
after_script:
1422
print_surefire_reports.sh
1523

sample-code-java

Submodule sample-code-java added at 70ed0af

0 commit comments

Comments
 (0)