From a5e50e0d3de2382f2d9757432c4b4bb25574e0a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Sun, 8 Feb 2015 17:48:39 +0100 Subject: [PATCH] chore(travis): `npm prune` before running tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 38857685..4b1160b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ notifications: before_install: - npm i -g npm@^2.0.0 before_script: +- npm prune - curl -Lo travis_after_all.py https://raw.github.com/dmakhno/travis_after_all/master/travis_after_all.py after_success: - python travis_after_all.py