We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863c184 commit 64a43e6Copy full SHA for 64a43e6
.travis.yml
@@ -16,7 +16,7 @@ services:
16
17
# Commands to be run before your environment runs.
18
before_script:
19
- - composer self-update
+ - composer install --no-interaction --no-progress --prefer-dist
20
# - composer require phpstan/phpstan "0.11.3"
21
- mysql -e 'CREATE DATABASE IF NOT EXISTS ez_test;'
22
- mysql -e "CREATE USER ez_test@localhost IDENTIFIED BY 'ezTest'; GRANT ALL ON ez_test.* TO ez_test@localhost; FLUSH PRIVILEGES;"
0 commit comments