style: Cleanup .travis.yml
This commit is contained in:
parent
7a85a0330b
commit
96530629be
1 changed files with 2 additions and 4 deletions
|
@ -5,10 +5,8 @@ addons:
|
|||
apt:
|
||||
packages:
|
||||
- language-pack-fr
|
||||
install:
|
||||
- composer install
|
||||
after_success:
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
install: composer install
|
||||
after_success: bash <(curl -s https://codecov.io/bash)
|
||||
before_deploy:
|
||||
- yarn install --ignore-scripts
|
||||
- yarn grunt doc
|
||||
|
|
Loading…
Reference in a new issue