Skip to content

Commit 2c156ed

Browse files
authored
Have travis use a newer image for the OSX build (#10034)
Suggested by travis support for stopping the randomly-halting-builds issue.
1 parent 33f72c7 commit 2c156ed

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.travis.yml

+4-9
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ node_js:
77

88
sudo: false
99

10-
os:
11-
- linux
12-
- osx
13-
1410
matrix:
1511
fast_finish: true
16-
exclude:
17-
- os: osx
18-
node_js: '4'
12+
include:
1913
- os: osx
20-
node_js: '0.10'
14+
node_js: stable
15+
osx_image: xcode7.3
2116

2217
branches:
2318
only:
2419
- master
25-
- transforms
20+
- transforms

0 commit comments

Comments
 (0)