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 e3b628c commit d3d2140Copy full SHA for d3d2140
.travis.yml
@@ -1,7 +1,7 @@
1
sudo: false
2
language: node_js
3
node_js:
4
- - "iojs"
+ - "4.0"
5
- "0.12"
6
- "0.10"
7
matrix:
appveyor.yml
@@ -1,8 +1,6 @@
-init:
- - git config --global core.autocrlf input
environment:
- - nodejs_version: '1' # iojs
+ - nodejs_version: '4'
- nodejs_version: '0.12'
- nodejs_version: '0.10'
8
install:
0 commit comments