Skip to content

Commit

Permalink
Upgrade npm dependencies (#162)
Browse files Browse the repository at this point in the history
* Upgrade npm dependencies

* Trying to fix failing travis ci

* Speed up ci
  • Loading branch information
ankurk91 authored and DanielCoulbourne committed Aug 28, 2018
1 parent c4e0979 commit 459c998
Show file tree
Hide file tree
Showing 4 changed files with 4,138 additions and 2,175 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@ language: php
php:
- '7.1'
git:
depth: 1
depth: 10
install:
- composer install --no-interaction --no-suggest
- . $HOME/.nvm/nvm.sh
- nvm install stable
- nvm use stable
- npm install
- npm ci
script:
- phpunit
- npm run build
- npm test
cache:
directories:
- node_modules
- $HOME/.cache/composer
- $HOME/.composer/cache
Loading

0 comments on commit 459c998

Please sign in to comment.