Skip to content

Commit e9240a8

Browse files
authored
Limit travis build matrix (#9968)
1 parent e12f2d8 commit e9240a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,13 @@ os:
1313

1414
matrix:
1515
fast_finish: true
16+
exclude:
17+
- os: osx
18+
node_js: '4'
19+
- os: osx
20+
node_js: '0.10'
21+
22+
branches:
23+
only:
24+
- master
25+
- transforms

0 commit comments

Comments
 (0)