We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6853694 commit 7e02c0cCopy full SHA for 7e02c0c
.travis.yml
@@ -18,3 +18,9 @@ deploy:
18
on:
19
repo: fs-webdev/create-react-app
20
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