From ea972de52c7b5baec6aac2ace910c1e1a84d835f Mon Sep 17 00:00:00 2001 From: Andreas Galazis Date: Tue, 9 Jan 2018 16:21:07 +0200 Subject: [PATCH] added debug lines --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c464944..79e26dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ cache: directories: - node_modules before_script: - - npm install -g npm + - echon $NODE_PATH - npm install - - npm run install-peers + - npm run install-peers script: - npm run lint && npm run test