Skip to content

Commit 2f9e507

Browse files
authored
Update .travis.yml
1 parent e395c86 commit 2f9e507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ matrix:
2424
- php: 7.1
2525
name: phpstan
2626
script:
27-
- vendor/bin/phpstan analyse
27+
- vendor/bin/phpstan analyse --no-progress
2828

2929
before_install:
3030
- if ! [ -z "$DEPENDENCIES" ]; then composer require --no-update ${DEPENDENCIES}; fi;

0 commit comments

Comments
 (0)