CI: Remove node.js '0.12' and add '5'.
This commit is contained in:
parent
8619ec1f0b
commit
92a8e1aca5
@ -1,6 +1,6 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
|
- '5'
|
||||||
- '4'
|
- '4'
|
||||||
- '0.12'
|
|
||||||
- '0.10'
|
- '0.10'
|
||||||
|
@ -7,8 +7,8 @@ clone_depth: 10
|
|||||||
|
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
|
- nodejs_version: "5"
|
||||||
- nodejs_version: "4"
|
- nodejs_version: "4"
|
||||||
- nodejs_version: "0.12"
|
|
||||||
- nodejs_version: "0.10"
|
- nodejs_version: "0.10"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user