We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6581b commit 4ea5fe2Copy full SHA for 4ea5fe2
.travis.yml
@@ -3,5 +3,9 @@ php:
3
- 7.0
4
- 7.1
5
install: composer install --no-interaction --prefer-source
6
+matrix:
7
+ - VERIFICATION_TOOL=copyright-check
8
+ - VERIFICATION_TOOL=phpunit-checks
9
+ - VERIFICATION_TOOL=static-checks
10
script:
- - bin/all-checks
11
+ - bin/$VERIFICATION_TOOL
0 commit comments