From 41eeb16ec7735866487d6e8c7c220fa7b955a4f8 Mon Sep 17 00:00:00 2001 From: dceejay Date: Tue, 30 Jun 2015 10:19:23 +0100 Subject: [PATCH] Still fighting with Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 165f42bf..80ad1980 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ before_script: - npm install node-red # - npm install git+https://github.com/node-red/node-red.git - echo `pwd` + - echo $PATH + - echo $TRAVIS_BUILD_DIR - export NODE_RED_HOME=`pwd`/node_modules/node-red - - echo $NODE_RED_HOME - (cd $NODE_RED_HOME ; npm install nock@~0.48.0 ) script: - istanbul cover ./node_modules/.bin/grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true ) && rm -rf coverage