Skip to content

Commit 42cbee3

Browse files
authored
Merge pull request #398 from webpack/travis-branch
Only let Travis build on the master and develop branch
2 parents beee50b + 8c5616b commit 42cbee3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
branches:
2+
only:
3+
- master
4+
- develop
15
language: node_js
26
node_js:
37
- "6"

0 commit comments

Comments
 (0)