Hotfix: fix Travis doc deployment
This commit is contained in:
parent
194bdbed77
commit
b28df20629
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ script: vendor/bin/phpunit
|
|||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
before_deploy:
|
||||
- npm install
|
||||
- npm install --ignore-scripts
|
||||
- ./node_modules/.bin/grunt doc
|
||||
deploy:
|
||||
provider: surge
|
||||
|
|
Loading…
Reference in a new issue