Skip to content

Commit

Permalink
IGNITE-12958: Add licenses check to Travis configuration (#7748)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSAmelchev authored Apr 28, 2020
1 parent bf88f0c commit 859c062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ matrix:
jdk: openjdk8
before_script:
- echo $JVM_EXTRA_ARGS
script: mvn package -Pall-java,licenses,lgpl,checkstyle,examples,all-scala,scala -DskipTests -Dmaven.javadoc.skip=true -B -V
script: mvn test-compile -Pall-java,licenses,lgpl,checkstyle,examples,all-scala,scala,check-licenses -Dmaven.javadoc.skip=true -B -V
before_cache: rm -rfv $HOME/.m2/repository/org/apache/ignite
cache: {directories: [$HOME/.m2/repository]}

Expand All @@ -42,7 +42,7 @@ matrix:
--add-exports=java.base/sun.reflect.generics.reflectiveObjects=ALL-UNNAMED
-Djdk.tls.client.protocols=TLSv1.2'
# ignite-scalar module currently doesn't build under jdk11
script: mvn package -Pall-java,licenses,lgpl,checkstyle,examples,!spark-2.4,!spark,!scala -DskipTests -Dmaven.javadoc.skip=true -B -V
script: mvn test-compile -Pall-java,licenses,lgpl,checkstyle,examples,check-licenses,!spark-2.4,!spark,!scala -Dmaven.javadoc.skip=true -B -V
before_cache: rm -rfv $HOME/.m2/repository/org/apache/ignite
cache: {directories: [$HOME/.m2/repository]}

Expand Down

0 comments on commit 859c062

Please sign in to comment.