File tree Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Expand file tree Collapse file tree 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 4
4
language : node_js
5
5
6
6
node_js :
7
+ - 0.8
7
8
- 0.10
8
- - 0.12
9
- - 4
10
- - iojs-v2
11
- - iojs-v3
9
+ - 0 # Latest 0.x.x build.
10
+ - 3 # Latest io.js build.
11
+ - 4.2.4 # LTS
12
+ - stable
13
+
14
+ matrix :
15
+ allow_failures :
16
+ - node_js : 0.8
12
17
13
18
addons :
14
19
apt :
Original file line number Diff line number Diff line change @@ -6,10 +6,15 @@ environment:
6
6
# node.js
7
7
- nodejs_version : " 0.8"
8
8
- nodejs_version : " 0.10"
9
- - nodejs_version : " 0.12"
10
- - nodejs_version : " 3"
11
- - nodejs_version : " 4"
9
+ - nodejs_version : " 0" # Latest 0.x.x build.
10
+ - nodejs_version : " 3" # Latest io.js build.
11
+ - nodejs_version : " 4.2.4" # LTS
12
+ - nodejs_version : " Stable"
12
13
14
+ matrix :
15
+ allow_failures :
16
+ - nodejs_version : " 0.8" # Allow Node.js 0.8.x to fail.
17
+
13
18
# Install scripts. (runs after repo cloning)
14
19
install :
15
20
# Get the latest stable version of Node 0.STABLE.latest
You can’t perform that action at this time.
0 commit comments