Merge branch 'master' into develop
This commit is contained in:
commit
49b38fa318
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ script: vendor/bin/phpunit
|
||||||
after_success:
|
after_success:
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- npm install
|
- npm install --ignore-scripts
|
||||||
- ./node_modules/.bin/grunt doc
|
- ./node_modules/.bin/grunt doc
|
||||||
deploy:
|
deploy:
|
||||||
provider: surge
|
provider: surge
|
||||||
|
|
Loading…
Reference in a new issue