Skip to content

Commit 7e02c0c

Browse files
committed
adding except master to the travis config
1 parent 6853694 commit 7e02c0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ deploy:
1818
on:
1919
repo: fs-webdev/create-react-app
2020
tags: true
21+
# This tells travis to not build when the branch is master. This is important to have on our master
22+
# branch as well because anytime we merge upstream changes from facebook, travis builds their whole matrix of 24 different builds.
23+
# We do NOT need or want that to occur. Please leave this branches.except here, even on the master branch
24+
branches:
25+
except:
26+
- master

0 commit comments

Comments
 (0)