Skip to content

Commit f1bca87

Browse files
bighappyfaceerayd
authored andcommitted
Merge pull request jsonrainbow#480 from localheinz/fix/self-update
Fix: No need to update composer itself
1 parent 73ba03d commit f1bca87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ matrix:
2626

2727
before_install:
2828
- if [[ "$WITH_COVERAGE" != "true" && "$TRAVIS_PHP_VERSION" != "hhvm" && "$TRAVIS_PHP_VERSION" != "nightly" && "$TRAVIS_PHP_VERSION" != "7.1" ]]; then phpenv config-rm xdebug.ini; fi
29-
- composer selfupdate
3029
- if [[ "$TRAVIS_PHP_VERSION" = "hhvm" || "$TRAVIS_PHP_VERSION" = "nightly" ]]; then sed -i '/^.*friendsofphp\/php-cs-fixer.*$/d' composer.json; fi
3130

3231
install:

0 commit comments

Comments
 (0)