Skip to content

Commit

Permalink
fix travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Mar 14, 2018
1 parent 4db6766 commit f451aa7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ cache:
before_script:
- composer self-update --no-interaction

script:
- vendor/bin/phpstan analyse --configuration phpstan.neon --level 7 src/

jobs:
include:
- stage: Code Quality
- stage: PHPStan
install: composer update --prefer-dist
script: vendor/bin/phpstan analyse --level 7 src/
script: vendor/bin/phpstan analyse --configuration phpstan.neon --level 7 src/

0 comments on commit f451aa7

Please sign in to comment.