Github user Leemoonsoo commented on the issue: https://github.com/apache/zeppelin/pull/2689 Thanks @sjoerdmulder for the contribution. CI fails with error ``` Looks like travis-ci is not configured for your fork. Please setup by swich on 'zeppelin' repository at https://travis-ci.org/profile and travis-ci. And then make sure 'Build branch updates' option is enabled in the settings https://travis-ci.org/sjoerdmulder/zeppelin/settings. To trigger CI after setup, you will need ammend your last commit with git commit --amend git push your-remote HEAD --force See http://zeppelin.apache.org/contribution/contributions.html#continuous-integration. ``` Do you mind setup [continuous integration](http://zeppelin.apache.org/contribution/contributions.html#continuous-integration) and see it passes all tests?
---