Skip to content

Commit d130edf

Browse files
authored
Merge pull request #847 from teohhanhui/fix-travis-lint
Fix Travis lint (PHP-CS-Fixer)
2 parents 95dfe9d + e29b0e9 commit d130edf

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
@@ -21,7 +21,7 @@ before_install:
2121
- if [[ $coverage = 1 ]]; then mkdir -p build/logs build/cov; fi
2222
- if [[ $coverage = 1 ]]; then wget https://phar.phpunit.de/phpcov.phar; fi
2323
- if [[ $coverage = 1 ]]; then wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar; fi
24-
- if [[ $lint = 1 ]]; then wget http://get.sensiolabs.org/php-cs-fixer.phar; fi
24+
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.0.0-RC/php-cs-fixer.phar; fi
2525
- export PATH="$PATH:$HOME/.composer/vendor/bin"
2626

2727
install:

0 commit comments

Comments
 (0)