mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-12 21:37:41 -06:00
Limit travis build matrix (#9968)
This commit is contained in:
parent
e12f2d8232
commit
e9240a8d66
10
.travis.yml
10
.travis.yml
@ -13,3 +13,13 @@ os:
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
- os: osx
|
||||
node_js: '4'
|
||||
- os: osx
|
||||
node_js: '0.10'
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- transforms
|
||||
Loading…
x
Reference in New Issue
Block a user