From 2cf956d9971ec659fdb95d5e4b810f53349785af Mon Sep 17 00:00:00 2001 From: Florian Kraft Date: Fri, 27 Feb 2015 17:07:07 +0100 Subject: [PATCH] remove travis branches with the update to the contribution guidelines we should start to clean up the branches and remove the restriction for TravisCI to build only certain branches. Developers are encouraged to fork the main repo and configure their own travis builds. Signed-off-by: Florian Kraft --- .travis.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 25d97c919c5a..bc3e81f56632 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,13 +39,6 @@ cache: - frontend/node_modules - frontend/bower_components -branches: - only: - - dev - - stable - - release/3.0 - - release/4.0 - env: global: - CI=true