Repository: incubator-zeppelin Updated Branches: refs/heads/master ca58b8009 -> 15e226ee2
ZEPPELIN-776: force CI to always use container-based infra ### What is this PR for? It forces travis CI to use container-based infra for everything, not only `master`. It will result in [many benefits](https://docs.travis-ci.com/user/migrating-from-legacy/#Why-migrate-to-container-based-infrastructure%3F), improving CI stability and including reducing [obscure CI failures \w old Spark versions](https://issues.apache.org/jira/browse/ZEPPELIN-776?focusedCommentId=15219388&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15219388) ### What type of PR is it? Improvement, Hotfix for #208 ### What is the Jira issue? [ZEPPELIN-776](https://issues.apache.org/jira/browse/ZEPPELIN-776) ### How should this be tested? CI should be green, that is all. ### Questions: * Does the licenses files need update? No * Is there breaking changes for older versions? No * Does this needs documentation? No Author: Alexander Bezzubov <[email protected]> Closes #808 from bzz/ZEPPELIN-776-force-ci-to-container-infra and squashes the following commits: 0e550f6 [Alexander Bezzubov] Remove obsolete notifications hook d56ed0d [Alexander Bezzubov] ZEPPELIN-776: force CI to always use container-based infra Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/15e226ee Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/15e226ee Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/15e226ee Branch: refs/heads/master Commit: 15e226ee224c76ae120b02119c128931e7beac93 Parents: ca58b80 Author: Alexander Bezzubov <[email protected]> Authored: Fri Apr 1 08:49:25 2016 +0900 Committer: Alexander Bezzubov <[email protected]> Committed: Fri Apr 1 11:45:29 2016 +0900 ---------------------------------------------------------------------- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/15e226ee/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 44ddcbc..2ef9025 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ language: java +sudo: false + matrix: include: # Test all modules @@ -69,6 +71,3 @@ after_failure: after_script: - ./testing/stopSparkCluster.sh $SPARK_VER $HADOOP_VER -notifications: - slack: - secure: dtIkPwlf5uTun19p9TtPEAFmrLOMK2COE8TL9m8LXX/N2WzJaKYvAnovMObEV6KEgK2oZ+72Cke7eBI+Hp4FmHZ2B7mQI/PNCfRZthI3cc3zVmMd25yvLH9AlCRa2bC6R885z2copvzaoZtLBkHnPa8bUrUkbmRp40qkDPQpgO4=
