chore(travis): npm prune before running tests

This commit is contained in:
Stephan Bönnemann 2015-02-08 17:48:39 +01:00
parent 36f8643f3e
commit a5e50e0d3d

View File

@ -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