Skip to content

Commit cee890b

Browse files
author
Christopher Horrell
committed
Update Travis and stack brew for v4.7.0
1 parent 926106f commit cee890b

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
@@ -9,6 +9,6 @@ script:
99
env:
1010
matrix :
1111
- NODE_VERSION: '0.12'
12-
- NODE_VERSION: '4.6'
12+
- NODE_VERSION: '4.7'
1313
- NODE_VERSION: '6.9'
1414
- NODE_VERSION: '7.2'

generate-stackbrew-library.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
hash git 2>/dev/null || { echo >&2 "git not found, exiting."; }
55

66
array_0_12='0';
7-
array_4_6='4 argon';
7+
array_4_7='4 argon';
88
array_6_9='6 boron';
99
array_7_2='7 latest';
1010

0 commit comments

Comments
 (0)