We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72ecc2e commit 0fdd6d9Copy full SHA for 0fdd6d9
1 file changed
.travis.yml
@@ -13,8 +13,8 @@ php:
13
14
install:
15
- |
16
- wget -O vendor/bin/php-cs-fixer "https://cs.symfony.com/download/php-cs-fixer-v2.phar"
17
- chmod +x vendor/bin/php-cs-fixer
+ wget -O php-cs-fixer "https://cs.symfony.com/download/php-cs-fixer-v2.phar"
+ chmod +x php-cs-fixer
18
19
before_script:
20
- php -m
0 commit comments