Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c05c3ba

Browse files
update travis configuration
1 parent 8563c9d commit c05c3ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ cache:
2828
before_script:
2929
- phpenv config-rm xdebug.ini
3030
- composer validate
31-
- composer install
31+
32+
install:
33+
- composer install --prefer-dist
3234

3335
script:
3436
- vendor/bin/phpcs src tests

0 commit comments

Comments
 (0)