Github user felixcheung commented on the issue: https://github.com/apache/zeppelin/pull/2670 that's odd, anyone knows what's wrong with the build profile? ``` All tests passed. [WARNING] The requested profile "web-ci" could not be activated because it does not exist. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:2.16:verify (default) on project zeppelin-server: There are test failures. [ERROR] [ERROR] Please refer to /home/travis/build/buxiaoliang/zeppelin/zeppelin-server/target/failsafe-reports for the individual test results. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :zeppelin-server The command "mvn $TEST_FLAG $MODULES $PROFILE -B $TEST_PROJECTS" exited with 1. ```
---