Skip to content

Commit 3956ce8

Browse files
committed
travis should NOT test the whole matrix for our fork
1 parent bc49cfe commit 3956ce8

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
@@ -34,3 +34,9 @@ matrix:
3434
env: TEST_SUITE=behavior
3535
- node_js: 6
3636
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

Comments
 (0)