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 b965b38 commit 3952e1cCopy full SHA for 3952e1c
.travis.yml
@@ -16,5 +16,5 @@ before_install:
16
- composer install
17
18
script:
19
- - ./vendor/bin/phpunit
20
- - ./vendor/bin/php7cc ./src
+ - './vendor/bin/phpunit'
+ - './vendor/bin/php7cc ./src'
0 commit comments