Skip to content

Commit cdb9af2

Browse files
committed
Don't run on Node 0.12 in Travis
0.12 reached end-of-life at the end of 2016 (see: https://github.com/nodejs/LTS). It is now failing CI runs too, presumably because of a Yarn upgrade on the CI boxes, which now complain: > Node.js version v0.12.18 does not meet requirement for yarn. Please > use Node.js 4 or later. (Example: https://travis-ci.org/graphql/graphql-js/jobs/214455818) So, let's drop it from the CI matrix.
1 parent dcae89d commit cdb9af2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ node_js:
55
- '7'
66
- '6'
77
- '4'
8-
- '0.12'
98

109
git:
1110
depth: 5

0 commit comments

Comments
 (0)