once more with travis

This commit is contained in:
dceejay 2015-06-30 10:24:20 +01:00
parent 41eeb16ec7
commit 1f27be73fe
1 changed files with 4 additions and 3 deletions

View File

@ -8,9 +8,10 @@ before_script:
- npm install coveralls
- npm install node-red
# - npm install git+https://github.com/node-red/node-red.git
- echo `pwd`
- echo $PATH
- echo $TRAVIS_BUILD_DIR
- echo `pwd` > a.log
- echo $PATH >> a.log
- echo $TRAVIS_BUILD_DIR >> a.log
- cat a.log
- export NODE_RED_HOME=`pwd`/node_modules/node-red
- (cd $NODE_RED_HOME ; npm install nock@~0.48.0 )
script: