Skip to content

Commit

Permalink
Small Travis config update
Browse files Browse the repository at this point in the history
  • Loading branch information
caciobanu committed Jun 19, 2018
1 parent 4028f7a commit c124c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

- stage: Code Quality
php: 7.1
php: 7.2
script:
- vendor/bin/phpstan analyse src -c phpstan.neon -l 7

- stage: Code Quality
php: 7.1
php: 7.2
script:
- vendor/bin/phpcs

Expand Down

0 comments on commit c124c89

Please sign in to comment.