mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Resolved .travis.yml conflict by adding !hazelcastjet.
This commit is contained in:
parent
95642b65f7
commit
da6941db63
2 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
1
pom.xml
1
pom.xml
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue