We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e0bf47 commit 863c184Copy full SHA for 863c184
1 file changed
.travis.yml
@@ -17,7 +17,7 @@ services:
17
# Commands to be run before your environment runs.
18
before_script:
19
- composer self-update
20
- - composer require phpstan/phpstan "0.11.3"
+# - 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;"
23
- psql -c 'CREATE DATABASE ez_test;' -U postgres
@@ -32,4 +32,4 @@ after_success:
32
# Commands you want to run that will verify your build.
33
script:
34
- vendor/bin/phpunit --coverage-clover=coverage.xml
35
- - vendor/bin/phpstan analyse lib tests --level=1
+# - vendor/bin/phpstan analyse lib tests --level=1
0 commit comments