Skip to content

Commit

Permalink
Merge pull request #49 from tyearke/qa/npm-lock
Browse files Browse the repository at this point in the history
Added npm lock file
  • Loading branch information
tyearke authored Jun 7, 2017
2 parents e5bb7fc + 9928400 commit 5ab6042
Show file tree
Hide file tree
Showing 2 changed files with 1,064 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,9 @@ install_pear_dependencies
source ~/.nvm/nvm.sh
nvm install "$NODE_VERSION"
nvm use "$NODE_VERSION"

echo "Updating npm..."
npm update -g npm

echo "Installing npm dependencies..."
npm install
Loading

0 comments on commit 5ab6042

Please sign in to comment.