From 6b4f2dfc198aa9563c1855972c0f9e4957af99c9 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 17 Feb 2016 05:08:43 +0000 Subject: [PATCH] clear node_modules, fix travis ci --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 8f3657dd91..884c9f7940 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,9 @@ test-cov: clean ./scripts/test-cov.sh test-ci: + rm -rf node_modules npm install -g npm@3 + npm install make lint NODE_ENV=test make bootstrap ./scripts/test-cov.sh