Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 1836984

Browse files
remove extraneous composer instruction in travis config
1 parent 294be04 commit 1836984

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ matrix:
2727

2828
before_install: travis_retry composer require "illuminate/database:${ILLUMINATE_VERSION}" "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
2929

30-
install: composer update --prefer-source --no-interaction --dev -v
31-
3230
install: travis_retry composer install --prefer-dist --no-interaction --no-suggest -v
3331

3432
script: vendor/bin/phpunit --debug -c phpunit.xml --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)