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 86ce7e1 commit 6258eb9Copy full SHA for 6258eb9
.travis.yml
@@ -1,13 +1,13 @@
1
language: node_js
2
node_js:
3
- - "0.8"
+ #- "0.8" # not supported by cross-env
4
- "0.10"
5
- "0.12"
6
- "1.8"
7
- "2.5"
8
- "3.3"
9
- "4.9"
10
- - "5.12"
+ #- "5.12" # problems installing browserify
11
- "6.17"
12
- "7.10"
13
- "8.17"
appveyor.yml
@@ -1,6 +1,6 @@
environment:
matrix:
- - nodejs_version: "0.8"
+ #- nodejs_version: "0.8" # not supported by cross-env
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.8"
0 commit comments