Merge pull request #1663 from ntwb/patch-2

Add `npm prune` to Travis CI
This commit is contained in:
Ben Word
2016-06-15 06:18:55 -06:00
committed by GitHub

View File

@@ -39,6 +39,7 @@ install:
- node -v && npm -v
- npm rebuild
- travis_retry npm install
- npm prune
- composer install -o --prefer-dist --no-interaction
script: