Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit a969931

Browse files
committed
Merge pull request #239 from ntwb/ci-update
Test on Node.js v0.12.x, v4.x.x, and v5.x.x
2 parents b5ece99 + fa247ca commit a969931

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.travis.yml

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

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

79
script:
810
- npm run test

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
environment:
44
matrix:
5-
- nodejs_version: 2
5+
- nodejs_version: 5
6+
- nodejs_version: 4
7+
- nodejs_version: 0.12
68

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

0 commit comments

Comments
 (0)