Skip to content

Commit ba9f0df

Browse files
committed
Merge pull request #71 from sunnyrajrathod/master
sample-code-java added as submodule.
2 parents 485aa5b + f356ce8 commit ba9f0df

3 files changed

Lines changed: 13 additions & 1 deletion

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: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ jdk:
88
- oraclejdk8
99
- oraclejdk7
1010
- openjdk7
11-
- openjdk6
11+
#- openjdk6
12+
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
1220

1321
after_script:
1422
print_surefire_reports.sh

sample-code-java

Submodule sample-code-java added at 70ed0af

0 commit comments

Comments
 (0)