Skip to content

Commit d5dcd38

Browse files
committed
Use the stable version of PHP CS Fixer 2
1 parent aba6d33 commit d5dcd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ before_install:
2020
- if [[ $coverage = 1 ]]; then mkdir -p build/logs build/cov; fi
2121
- if [[ $coverage = 1 ]]; then wget https://phar.phpunit.de/phpcov.phar; fi
2222
- if [[ $coverage = 1 ]]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar; fi
23-
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.0.0-RC/php-cs-fixer.phar; fi
23+
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.0.0/php-cs-fixer.phar; fi
2424
- export PATH="$PATH:$HOME/.composer/vendor/bin"
2525

2626
install:

0 commit comments

Comments
 (0)