We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff031d commit 96de25fCopy full SHA for 96de25f
.travis.yml
@@ -1,6 +1,7 @@
1
env:
2
matrix:
3
- export NODE_VERSION="0.10"
4
+ - export NODE_VERSION="0.12"
5
before_install:
6
- git clone https://github.com/creationix/nvm.git ./.nvm
7
- source ./.nvm/nvm.sh
appveyor.yml
@@ -20,6 +20,7 @@ init:
20
environment:
21
22
- nodejs_version: 0.10
23
+ - nodejs_version: 0.12
24
25
# Get the latest stable version of Node 0.STABLE.latest
26
install:
0 commit comments