Merge pull request #275 from chorrell/7.2.0-stackbrew

Update for v7.2.0
This commit is contained in:
Christopher Horrell 2016-11-23 08:48:52 -08:00 committed by GitHub
commit aaeb98173d
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ env:
- NODE_VERSION: '0.12'
- NODE_VERSION: '4.6'
- NODE_VERSION: '6.9'
- NODE_VERSION: '7.1'
- NODE_VERSION: '7.2'

View File

@ -6,7 +6,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
array_0_12='0';
array_4_6='4 argon';
array_6_9='6 boron';
array_7_1='7 latest';
array_7_2='7 latest';
cd $(cd ${0%/*} && pwd -P);