Skip to content

Commit a633652

Browse files
authored
Merge pull request #11161 from Microsoft/travis
Remove node 0.10 and osx to simplify our travis matrix
2 parents 0028d3f + 3277c48 commit a633652

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.travis.yml

-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ language: node_js
33
node_js:
44
- 'stable'
55
- '4'
6-
- '0.10'
76

87
sudo: false
98

@@ -12,13 +11,6 @@ env:
1211

1312
matrix:
1413
fast_finish: true
15-
include:
16-
- os: osx
17-
node_js: stable
18-
osx_image: xcode7.3
19-
env: workerCount=2
20-
allow_failures:
21-
- os: osx
2214

2315
branches:
2416
only:

0 commit comments

Comments
 (0)