Replace npm and Bower with Yarn
This commit is contained in:
parent
d5aab93220
commit
07a8df0f78
7 changed files with 1776 additions and 4058 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue