Skip to content

Commit a704d93

Browse files
committed
phpstan
1 parent 21a02ac commit a704d93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ before_script:
88
- mkdir -p build/logs
99
- composer self-update
1010
- travis_retry composer install --prefer-source --no-interaction
11-
- composer global require --dev phpstan/phpstan
11+
- composer require --dev phpstan/phpstan
1212
- composer dump-autoload -o
1313

1414
script:
15-
- ~/.composer/vendor/bin/phpstan analyse src/ --level=max
15+
- bin/phpstan analyse src/ --level=max
1616
- bin/kahlan --coverage=4 --reporter=verbose --clover=build/logs/clover.xml
1717
- bin/php-coveralls -v --exclude-no-stmt
1818

0 commit comments

Comments
 (0)