Skip to content

Commit 033bd14

Browse files
committed
Merge branch '2.0' into 2.1
2 parents 971926c + 2b17756 commit 033bd14

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
@@ -30,7 +30,7 @@ before_install:
3030
- phpenv config-rm xdebug.ini || echo "xdebug not available"
3131
- echo "memory_limit=-1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
3232
- npm install -g swagger-cli
33-
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.7.1/php-cs-fixer.phar; fi
33+
- if [[ $lint = 1 ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.8.2/php-cs-fixer.phar; fi
3434
- if [[ $lint = 1 ]]; then composer global require --dev 'phpstan/phpstan:^0.8'; fi
3535
- export PATH="$PATH:$HOME/.composer/vendor/bin"
3636

0 commit comments

Comments
 (0)