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