Continue to configure npm.

This commit is contained in:
John-David Dalton
2016-10-13 00:59:02 -07:00
parent ef129e4c8c
commit 26bfb74a60

View File

@@ -52,7 +52,9 @@ before_install:
# Use exact Node version.
- nvm use $TRAVIS_NODE_VERSION
# Install yarn.
# Setup package managers.
- npm set loglevel error
- npm set progress false
- npm i -g yarn
- yarn -V