From cee890b875e72c867eaeecb47c0602b10b643a7d Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Tue, 6 Dec 2016 20:49:43 -0500 Subject: [PATCH] Update Travis and stack brew for v4.7.0 --- .travis.yml | 2 +- generate-stackbrew-library.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 20c676c6..c2fb296f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' diff --git a/generate-stackbrew-library.sh b/generate-stackbrew-library.sh index b534c57c..4ebdf996 100755 --- a/generate-stackbrew-library.sh +++ b/generate-stackbrew-library.sh @@ -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';