xiacongling commented on a change in pull request #1601:
URL: https://github.com/apache/kylin/pull/1601#discussion_r637856886



##########
File path: .travis.yml
##########
@@ -46,7 +46,8 @@ before_script:
 script:
   # mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent test 
coveralls:report -e
   # Skip coveralls temporarily, fix it asap
-  - mvn clean test
+  - mvn clean test -q
+  - mvn clean test -q -Psandbox -Pspark3

Review comment:
       The former is for spark24 which is the default profile, the latter is 
for spark31. We should make sure that test cases are passed in both versions.




-- 
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]


Reply via email to