From 64cb18a925d73cd416623742644e4e7c77fd4fd2 Mon Sep 17 00:00:00 2001 From: Luke Childs Date: Tue, 14 Nov 2017 11:38:14 +0700 Subject: [PATCH] Don't tweak npm/gyp versions --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cebcec8..5a886f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,6 @@ addons: - g++-4.9 env: - CXX=g++-4.9 -before_install: - - npm install npm@4 -g && npm explore npm -g -- npm install node-gyp@latest script: npm run lint && npm test after_success: npm run coverage notifications: