diff --git a/.travis.yml b/.travis.yml index eca3e9b..8e3b994 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,11 @@ php: 7.2 git: depth: 1 -before_script: +install: - composer install jobs: include: - - stage: PHP - script: composer phing lint name: "Parallel Lint" - script: composer phing phpcs