Mmuzaf commented on a change in pull request #7713:
URL: https://github.com/apache/ignite/pull/7713#discussion_r412865314
##########
File path: .travis.yml
##########
@@ -17,37 +17,38 @@ matrix:
include:
- language: java
os: linux
- dist: trusty
+ dist: trusty
install: skip
+ 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
+ before_cache: rm -rfv $HOME/.m2/repository/org/apache/ignite
+ cache: {directories: [$HOME/.m2/repository]}
+
+ - language: java
+ os: linux
+ dist: trusty
+ install: skip
+ jdk: openjdk11
before_script:
- echo $JVM_EXTRA_ARGS
- echo $JDK_PROFILES
Review comment:
Let's remove it too.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]