Merge branch 'master' into master

This commit is contained in:
Brandon Nozaki Miller 2017-07-12 22:34:07 -07:00 committed by GitHub
commit 366454648c
2 changed files with 2 additions and 4 deletions

View File

@ -6,10 +6,9 @@ os:
#node versions
language: node_js
node_js:
- 4
- 5
- 6
- 7
- 8
# safelist
branches:

View File

@ -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: