Resolved .travis.yml conflict by adding !hazelcastjet.

This commit is contained in:
Vincenzo Selvaggio 2018-09-19 11:03:44 +01:00
parent 95642b65f7
commit da6941db63
2 changed files with 2 additions and 1 deletions

View file

@ -41,7 +41,7 @@ addons:
env:
global:
# Interpreters does not required by zeppelin-server integration tests
- INTERPRETERS='!beam,!hbase,!pig,!jdbc,!file,!ignite,!kylin,!lens,!cassandra,!elasticsearch,!bigquery,!alluxio,!scio,!livy,!groovy,!sap,!java,!geode,!neo4j'
- INTERPRETERS='!beam,!hbase,!pig,!jdbc,!file,!ignite,!kylin,!lens,!cassandra,!elasticsearch,!bigquery,!alluxio,!scio,!livy,!groovy,!sap,!java,!geode,!neo4j,!hazelcastjet'
matrix:
include:

View file

@ -82,6 +82,7 @@
<module>scalding</module>
<module>java</module>
<module>beam</module>
<module>hazelcastjet</module>
<module>geode</module>
<module>zeppelin-web</module>
<module>zeppelin-server</module>