Hotfix: fix Travis doc deployment

This commit is contained in:
Pierre Rudloff 2017-04-02 23:15:17 +02:00
parent 194bdbed77
commit b28df20629
1 changed files with 1 additions and 1 deletions

View File

@ -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