Skip to content

Commit aaeb981

Browse files
authored
Merge pull request #275 from chorrell/7.2.0-stackbrew
Update for v7.2.0
2 parents 02fb483 + e8ca1f7 commit aaeb981

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ env:
1111
- NODE_VERSION: '0.12'
1212
- NODE_VERSION: '4.6'
1313
- NODE_VERSION: '6.9'
14-
- NODE_VERSION: '7.1'
14+
- NODE_VERSION: '7.2'

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
66
array_0_12='0';
77
array_4_6='4 argon';
88
array_6_9='6 boron';
9-
array_7_1='7 latest';
9+
array_7_2='7 latest';
1010

1111
cd $(cd ${0%/*} && pwd -P);
1212

0 commit comments

Comments
 (0)