From bc5878b5d4d2c481e6cc43a6c67904b533126df2 Mon Sep 17 00:00:00 2001 From: Daniel Sanchez Date: Tue, 20 Oct 2020 17:53:47 +0200 Subject: [PATCH] Remove release/v2.13.0 branch from travis file --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8de45145..33f236b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -if: (branch = development) OR (branch = master) OR (release/v2.13.0) OR (type = pull_request) OR (tag IS present) +if: (branch = development) OR (branch = master) OR (type = pull_request) OR (tag IS present) sudo: required dist: bionic language: node_js @@ -22,7 +22,7 @@ matrix: - REACT_APP_NETWORK='xdai' - REACT_APP_GOOGLE_ANALYTICS=${REACT_APP_GOOGLE_ANALYTICS_ID_XDAI} - STAGING_BUCKET_NAME=${STAGING_XDAI_BUCKET_NAME} - if: ((branch = master OR branch = release/v2.13.0) AND NOT type = pull_request) OR tag IS present + if: (branch = master AND NOT type = pull_request) OR tag IS present cache: yarn: true before_script: