Skip to content

Commit 452ef72

Browse files
authored
Update .travis.yml
1 parent 953c9b4 commit 452ef72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ matrix:
2121
- php: 7.2
2222
name: Backward compatibillity check
2323
env: DEPENDENCIES="roave/backward-compatibility-check" TEST_COMMAND="./.github/bc-test.sh"
24+
- php: 7.1
25+
name: phpstan
26+
script:
27+
- vendor/bin/phpstan analyze
2428

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

0 commit comments

Comments
 (0)