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 bc49cfe commit 3956ce8Copy full SHA for 3956ce8
.travis.yml
@@ -34,3 +34,9 @@ matrix:
34
env: TEST_SUITE=behavior
35
- node_js: 6
36
env: TEST_SUITE=old-node
37
+# This tells travis to not build when the branch is master. This is important to have on our master
38
+# branch as well because anytime we merge upstream changes from facebook, travis builds their whole matrix of 24 different builds.
39
+# We do NOT need or want that to occur. Please leave this branches.except here, even on the master branch
40
+branches:
41
+ except:
42
+ - master
0 commit comments