Skip to content

Commit fab7a58

Browse files
update before/install scripts
1 parent bdc9375 commit fab7a58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ matrix:
6262
env: ILLUMINATE_VERSION=5.4.*
6363
- php: nightly
6464
env: ILLUMINATE_VERSION=5.5.*
65+
- php: nightly
66+
env: ILLUMINATE_VERSION=5.6.*
6567

66-
before_install:
67-
- composer require "illuminate/database:${ILLUMINATE_VERSION}" --no-update -v
68-
- composer require "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
68+
before_install: travis_retry composer require "illuminate/database:${ILLUMINATE_VERSION}" "illuminate/events:${ILLUMINATE_VERSION}" --no-update -v
6969

70-
install: composer update --prefer-source --no-interaction --dev -v
70+
install: travis_retry composer install --prefer-dist --no-interaction --no-suggest -v
7171

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

0 commit comments

Comments
 (0)