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:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- language-pack-fr
|
- language-pack-fr
|
||||||
install:
|
install: composer install
|
||||||
- composer install
|
after_success: bash <(curl -s https://codecov.io/bash)
|
||||||
after_success:
|
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
|
||||||
before_deploy:
|
before_deploy:
|
||||||
- yarn install --ignore-scripts
|
- yarn install --ignore-scripts
|
||||||
- yarn grunt doc
|
- yarn grunt doc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue