Skip to content

Commit 0fdd6d9

Browse files
committed
fix ci error
1 parent 72ecc2e commit 0fdd6d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ php:
1313

1414
install:
1515
- |
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
16+
wget -O php-cs-fixer "https://cs.symfony.com/download/php-cs-fixer-v2.phar"
17+
chmod +x php-cs-fixer
1818
1919
before_script:
2020
- php -m

0 commit comments

Comments
 (0)