From 8ca115ef5f06dcfd0fd79fb20b8b8ff02429058b Mon Sep 17 00:00:00 2001 From: Alasdair Mercer Date: Tue, 7 Nov 2017 12:12:41 +0000 Subject: [PATCH] updated travis config to no longer install latest npm --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4e6810d..287d3ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,8 +2,6 @@ sudo: false language: node_js node_js: - "8" -before_script: - - npm install -g npm@latest script: - npm test notifications: