Replace npm and Bower with Yarn

This commit is contained in:
Pierre Rudloff 2017-10-17 15:27:57 +02:00
parent d5aab93220
commit 07a8df0f78
7 changed files with 1776 additions and 4058 deletions

View file

@ -7,13 +7,11 @@ addons:
- language-pack-fr
install:
- composer install
before_install:
- npm install -g npm@3
script: vendor/bin/phpunit
after_success:
- bash <(curl -s https://codecov.io/bash)
before_deploy:
- npm install --ignore-scripts
- yarn install --ignore-scripts
- ./node_modules/.bin/grunt doc
deploy:
provider: surge