Skip to content

Commit 9e69b1d

Browse files
committed
Update travis build
1 parent 5bf1b6c commit 9e69b1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
sudo: false
3+
dist: trusty
34

45
php:
56
- 5.6
@@ -15,7 +16,7 @@ before_install:
1516
- composer self-update
1617

1718
install:
18-
- 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:*"
1920
- travis_retry composer update --no-interaction --prefer-source
2021
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
2122

0 commit comments

Comments
 (0)