mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-02 23:45:51 -06:00
Have travis use a newer image for the OSX build (#10034)
Suggested by travis support for stopping the randomly-halting-builds issue.
This commit is contained in:
parent
33f72c7905
commit
2c156ed8f3
13
.travis.yml
13
.travis.yml
@ -7,19 +7,14 @@ node_js:
|
||||
|
||||
sudo: false
|
||||
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
exclude:
|
||||
include:
|
||||
- os: osx
|
||||
node_js: '4'
|
||||
- os: osx
|
||||
node_js: '0.10'
|
||||
node_js: stable
|
||||
osx_image: xcode7.3
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
- transforms
|
||||
- transforms
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user