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

Commit e02d073

Browse files
update travis configuration
1 parent c771c4e commit e02d073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ cache:
2525
directories:
2626
- $HOME/.composer/cache
2727

28-
before_script:
28+
before_install:
2929
- phpenv config-rm xdebug.ini
3030
- composer validate
3131

3232
install:
33-
- composer install --prefer-dist
33+
- composer install
3434

3535
script:
3636
- vendor/bin/phpcs src tests

0 commit comments

Comments
 (0)