Skip to content

Commit

Permalink
Add SYMFONY_DEPRECATIONS_HELPER=weak to env
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasess committed Dec 9, 2019
1 parent 71aefe5 commit 7da3abf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,12 @@ php:
- 7.4snapshot

env:
- DATABASE_URL=mysql://root:@localhost/cube4_dev DATABASE_SERVER_VERSION=5
- DATABASE_URL=postgres://postgres:password@localhost/cube4_dev DATABASE_SERVER_VERSION=9
- DATABASE_URL=sqlite:///var/eccube.db DATABASE_SERVER_VERSION=3 COVERAGE=1
global:
- SYMFONY_DEPRECATIONS_HELPER=weak
matrix:
- DATABASE_URL=mysql://root:@localhost/cube4_dev DATABASE_SERVER_VERSION=5
- DATABASE_URL=postgres://postgres:password@localhost/cube4_dev DATABASE_SERVER_VERSION=9
- DATABASE_URL=sqlite:///var/eccube.db DATABASE_SERVER_VERSION=3 COVERAGE=1

matrix:
allow_failures:
Expand Down

0 comments on commit 7da3abf

Please sign in to comment.