Skip to content

Commit 9f13d61

Browse files
committed
chore: Use usual test build command
1 parent 4ef0a2c commit 9f13d61

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ matrix:
4848

4949
# Run e2e tests (in zeppelin-web)
5050
- jdk: "oraclejdk7"
51-
env: WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pweb-e2e -Pscala-2.11" BUILD_FLAG="package -DskipTests -Pbuild-distr -DskipRat" TEST_FLAG="verify -Pusing-packaged-distr -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_MODULES="-pl zeppelin-web" TEST_PROJECTS=""
51+
env: WEB_E2E="true" SCALA_VER="2.11" SPARK_VER="2.1.0" HADOOP_VER="2.6" PROFILE="-Pweb-ci -Pweb-e2e -Pscala-2.11" BUILD_FLAG="package -DskipTests -DskipRat" TEST_FLAG="verify -DskipRat" MODULES="-pl ${INTERPRETERS}" TEST_PROJECTS=""
5252

5353
# Test core modules
5454
# Several tests were excluded from this configuration due to the following issues:
@@ -121,7 +121,7 @@ before_script:
121121
- tail conf/zeppelin-env.sh
122122

123123
script:
124-
- mvn $TEST_FLAG $MODULES $TEST_MODULES $PROFILE -B $TEST_PROJECTS
124+
- mvn $TEST_FLAG $MODULES $PROFILE -B $TEST_PROJECTS
125125

126126
after_success:
127127
- echo "Travis exited with ${TRAVIS_TEST_RESULT}"

zeppelin-web/pom.xml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -223,20 +223,6 @@
223223
<web.e2e.disabled>false</web.e2e.disabled>
224224
</properties>
225225
</profile>
226-
227-
<profile>
228-
<id>using-packaged-distr</id>
229-
<activation>
230-
<activeByDefault>false</activeByDefault>
231-
</activation>
232-
<properties>
233-
<zeppelin.daemon.package.base>
234-
../zeppelin-distribution/target/zeppelin-${project.version}/zeppelin-${project.version}/bin
235-
</zeppelin.daemon.package.base>
236-
</properties>
237-
</profile>
238-
239226
</profiles>
240227

241-
242228
</project>

0 commit comments

Comments
 (0)