Skip to content

Commit c7130be

Browse files
committed
Update .travis.yml to use a specific version of composer
1 parent 7f29219 commit c7130be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ php:
44
- 7.3
55

66
install:
7-
- composer self-update
8-
- composer install --dev --no-interaction
7+
- composer self-update 1.9.3
8+
- composer install --no-interaction
99

1010
script:
1111
- mkdir -p build/logs
1212
- php vendor/bin/phpunit --coverage-clover build/logs/clover.xml
1313

1414
after_script:
15-
- travis_retry php vendor/bin/php-coveralls -v
15+
- travis_retry php vendor/bin/php-coveralls -v

0 commit comments

Comments
 (0)