Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit bf41290

Browse files
committed
Merge pull request #14 from stylelint/ci-nodejs-versions
Test on Node.js v0.12.x, v4.x.x, and v5.x.x
2 parents 29f94d1 + cb74612 commit bf41290

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ sudo: false
22

33
language: node_js
44
node_js:
5-
- stable
5+
- '5'
6+
- '4'
7+
- '0.12'

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
environment:
44
matrix:
55
- nodejs_version: 5
6+
- nodejs_version: 4
7+
- nodejs_version: 0.12
68

79
version: "{build}"
810
build: off

0 commit comments

Comments
 (0)