From 880b9eb9f9dde6240051cbdf5a81ca4f08e2d1b0 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 9 Apr 2017 13:08:04 +0800 Subject: [PATCH 1/2] [Tests] Use node v0.10.7 for thread para test as other install from src tests --- .../installation_node/install from source with thread parameter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/installation_node/install from source with thread parameter b/test/installation_node/install from source with thread parameter index e2be013..1b3faae 100755 --- a/test/installation_node/install from source with thread parameter +++ b/test/installation_node/install from source with thread parameter @@ -4,7 +4,7 @@ die () { echo "$@" ; exit 1; } \. ../../nvm.sh -NVM_TEST_VERSION=v0.10.41 +NVM_TEST_VERSION=v0.10.7 # STAGE 1 # From 04dd343e4484f2ab94779e65eee8be441e5f502d Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sun, 9 Apr 2017 13:13:25 +0800 Subject: [PATCH 2/2] [Tests] Cache `v0.10.7` dir in Travis CI, cc #1489 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 440a73a..c5c89f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ cache: - $HOME/.cabal - $TRAVIS_BUILD_DIR/.cache - $TRAVIS_BUILD_DIR/node_modules + - $TRAVIS_BUILD_DIR/v0.10.7 before_install: - $SHELL --version 2> /dev/null || dpkg -s $SHELL 2> /dev/null || which $SHELL - curl --version