Skip to content

Commit 863c184

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

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
@@ -17,7 +17,7 @@ services:
1717
# Commands to be run before your environment runs.
1818
before_script:
1919
- composer self-update
20-
- composer require phpstan/phpstan "0.11.3"
20+
# - 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;"
2323
- psql -c 'CREATE DATABASE ez_test;' -U postgres
@@ -32,4 +32,4 @@ after_success:
3232
# Commands you want to run that will verify your build.
3333
script:
3434
- vendor/bin/phpunit --coverage-clover=coverage.xml
35-
- vendor/bin/phpstan analyse lib tests --level=1
35+
# - vendor/bin/phpstan analyse lib tests --level=1

0 commit comments

Comments
 (0)