Skip to content

Commit

Permalink
Call phpstan check from correct Travis block
Browse files Browse the repository at this point in the history
  • Loading branch information
trejjam committed Mar 31, 2019
1 parent e2e757f commit 17207c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -42,10 +42,11 @@ jobs:
- composer config -d temp/phpstan minimum-stability RC
- travis_retry composer require -d temp/phpstan nette/di:^3.0
- composer run-script phpstan-install
- composer run-script -- phpstan -c phpstan.nette3.0.neon
script:
- composer run-script tests

- composer run-script -- phpstan -c phpstan.nette3.0.neon

- stage: Quality Assurance
php: 7.1
script:
Expand Down

0 comments on commit 17207c4

Please sign in to comment.