Use only local helium registry to run test

This commit is contained in:
Lee moon soo 2017-01-23 12:26:37 -08:00
parent 9fabeae1ce
commit f562b1219f

View file

@ -96,6 +96,7 @@ before_script:
- travis_retry ./testing/downloadSpark.sh $SPARK_VER $HADOOP_VER
- ./testing/setupLivy.sh
- echo "export SPARK_HOME=`pwd`/spark-$SPARK_VER-bin-hadoop$HADOOP_VER" > conf/zeppelin-env.sh
- echo "export ZEPPELIN_HELIUM_REGISTRY=helium" >> conf/zeppelin-env.sh
- tail conf/zeppelin-env.sh
script: