Merge branch 'master' into master
This commit is contained in:
commit
366454648c
2 changed files with 2 additions and 4 deletions
|
@ -6,10 +6,9 @@ os:
|
||||||
#node versions
|
#node versions
|
||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 4
|
|
||||||
- 5
|
|
||||||
- 6
|
- 6
|
||||||
- 7
|
- 7
|
||||||
|
- 8
|
||||||
|
|
||||||
# safelist
|
# safelist
|
||||||
branches:
|
branches:
|
||||||
|
|
|
@ -7,10 +7,9 @@ version: 8.9.3.{build}
|
||||||
environment:
|
environment:
|
||||||
matrix:
|
matrix:
|
||||||
# node.js
|
# node.js
|
||||||
- nodejs_version: "4"
|
|
||||||
- nodejs_version: "5"
|
|
||||||
- nodejs_version: "6"
|
- nodejs_version: "6"
|
||||||
- nodejs_version: "7"
|
- nodejs_version: "7"
|
||||||
|
- nodejs_version: "8"
|
||||||
|
|
||||||
# Install scripts. (runs after repo cloning)
|
# Install scripts. (runs after repo cloning)
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue