Skip to content

Commit 96de25f

Browse files
committed
Test in Node 0.12
1 parent 3ff031d commit 96de25f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
env:
22
matrix:
33
- export NODE_VERSION="0.10"
4+
- export NODE_VERSION="0.12"
45
before_install:
56
- git clone https://github.com/creationix/nvm.git ./.nvm
67
- source ./.nvm/nvm.sh

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ init:
2020
environment:
2121
matrix:
2222
- nodejs_version: 0.10
23+
- nodejs_version: 0.12
2324

2425
# Get the latest stable version of Node 0.STABLE.latest
2526
install:

0 commit comments

Comments
 (0)