From c16362af9284e9b16a63d5abf48703502d58c6c0 Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Fri, 6 May 2016 13:46:48 +0100 Subject: [PATCH] bit more travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09e80b6..e3087dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,15 @@ - Node_modules env: # Node in order to install it by running the command individually, here to specify the version - - NODE_VERSION = "4.4" + - NODE_VERSION = "4.*" before_install: # Install the nvm. Nvm is not included by default in OS X environment of Travis - git clone https://github.com/creationix/nvm.git /tmp/.nvm - source /tmp/.nvm/nvm.sh # To install the Node of the specified version - - nvm install $ NODE_VERSION + - nvm install $NODE_VERSION # To enable the Node of the specified version - - nvm use --delete-prefix $ NODE_VERSION + - nvm use --delete-prefix $NODE_VERSION - node --version install: - npm install