1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Finally getting there with Travis.

This commit is contained in:
dceejay 2015-06-30 10:35:02 +01:00
parent 1f27be73fe
commit 18047178ea

View File

@ -6,12 +6,8 @@ node_js:
before_script: before_script:
- npm install -g istanbul - npm install -g istanbul
- npm install coveralls - npm install coveralls
- npm install node-red # - npm install node-red
# - npm install git+https://github.com/node-red/node-red.git - npm install git+https://github.com/node-red/node-red.git
- 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 - export NODE_RED_HOME=`pwd`/node_modules/node-red
- (cd $NODE_RED_HOME ; npm install nock@~0.48.0 ) - (cd $NODE_RED_HOME ; npm install nock@~0.48.0 )
script: script: