Skip to content

Commit 76ba0fb

Browse files
author
srathod
committed
- Added parameter to sdkVersion in submodule run.
1 parent ea4b8a0 commit 76ba0fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_script:
1515

1616
script:
1717
- cd sample-code-java
18-
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
18+
- mvn install -DsdkVersion=1.8.8-SNAPSHOT -DskipTests=true -Dmaven.javadoc.skip=true -B -V
1919
- mvn test -B
2020

2121
after_script:

0 commit comments

Comments
 (0)