From cb80cf8bdf19fc588704a30174ecff3db65f1b5c Mon Sep 17 00:00:00 2001 From: Andreas Galazis Date: Tue, 9 Jan 2018 16:44:00 +0200 Subject: [PATCH] added worakround for installation of npm in path --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index aa552d5..1787c54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,7 @@ cache: directories: - node_modules before_script: - - echo $(which node) - - echo $NODE_PATH - - npm install + - npm install -g $(npm version) - npm run install-peers script: - npm run lint && npm run test