mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 12:51:30 -05:00
Limit travis build matrix (#9968)
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user