diff --git a/.travis.yml b/.travis.yml index f3f63698..774b2101 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,8 +7,7 @@ before_install: before_script: - npm install -g istanbul grunt-cli - npm install coveralls - #- npm install git+https://github.com/node-red/node-red.git - - npm install node-red + - npm install git+https://github.com/node-red/node-red.git - export NODE_RED_HOME=`pwd`/node_modules/node-red - (cd $NODE_RED_HOME ; npm install nock@~0.48.0) script: