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