From dfe8c847803633a87a993269fa66c45601d13d3d Mon Sep 17 00:00:00 2001 From: Maurizio Vitale Date: Thu, 15 Nov 2018 14:25:39 +0000 Subject: [PATCH] Travis pipeline only for specific branches (#3973) * Enable the travis pipeline only for specific branches * delete loca files --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5fe01b920c..f6a229a359 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,11 @@ before_install: - sh -e /etc/init.d/xvfb start - sleep 3 # give xvfb some time to start +branches: + only: + - master + - development + jobs: include: - stage: Warm Up Cache