Update Travis and stack brew for v4.7.0

This commit is contained in:
Christopher Horrell 2016-12-06 20:49:43 -05:00
parent 926106f27e
commit cee890b875
2 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@ script:
env:
matrix :
- NODE_VERSION: '0.12'
- NODE_VERSION: '4.6'
- NODE_VERSION: '4.7'
- NODE_VERSION: '6.9'
- NODE_VERSION: '7.2'

View File

@ -4,7 +4,7 @@ set -e
hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
array_0_12='0';
array_4_6='4 argon';
array_4_7='4 argon';
array_6_9='6 boron';
array_7_2='7 latest';