From 4c6c80a3ab8b84310354a187a1c72f53acd6c024 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 17 Feb 2016 04:59:02 +0000 Subject: [PATCH] install npm 3 on all travis builds --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4acd61f0ec..8f3657dd91 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,7 @@ test-cov: clean ./scripts/test-cov.sh test-ci: + npm install -g npm@3 make lint NODE_ENV=test make bootstrap ./scripts/test-cov.sh