We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf1b6c commit 9e69b1dCopy full SHA for 9e69b1d
.travis.yml
@@ -1,5 +1,6 @@
1
language: php
2
sudo: false
3
+dist: trusty
4
5
php:
6
- 5.6
@@ -15,7 +16,7 @@ before_install:
15
16
- composer self-update
17
18
install:
- - composer require --no-update --no-interaction "phpunit/phpunit:*" "squizlabs/php_codesniffer:*" "fabpot/php-cs-fixer:*"
19
+ - composer require --no-update --no-interaction "phpunit/phpunit:*" "squizlabs/php_codesniffer:*" "friendsofphp/php-cs-fixer:*"
20
- travis_retry composer update --no-interaction --prefer-source
21
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
22
0 commit comments