Skip to content

Commit 64a43e6

Browse files
committed
Update .travis.yml
1 parent 863c184 commit 64a43e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ services:
1616

1717
# Commands to be run before your environment runs.
1818
before_script:
19-
- composer self-update
19+
- composer install --no-interaction --no-progress --prefer-dist
2020
# - composer require phpstan/phpstan "0.11.3"
2121
- mysql -e 'CREATE DATABASE IF NOT EXISTS ez_test;'
2222
- mysql -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"

0 commit comments

Comments
 (0)