style: Cleanup .travis.yml

This commit is contained in:
Pierre Rudloff 2018-04-09 22:37:21 +02:00
parent 7a85a0330b
commit 96530629be

View file

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