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
|
||||
language: node_js
|
||||
node_js:
|
||||
- 4
|
||||
- 5
|
||||
- 6
|
||||
- 7
|
||||
- 8
|
||||
|
||||
# safelist
|
||||
branches:
|
||||
|
|
|
@ -7,10 +7,9 @@ version: 8.9.3.{build}
|
|||
environment:
|
||||
matrix:
|
||||
# node.js
|
||||
- nodejs_version: "4"
|
||||
- nodejs_version: "5"
|
||||
- nodejs_version: "6"
|
||||
- nodejs_version: "7"
|
||||
- nodejs_version: "8"
|
||||
|
||||
# Install scripts. (runs after repo cloning)
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue