We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64f0f08 + 139ded5 commit 1271afbCopy full SHA for 1271afb
1 file changed
.travis.yml
@@ -25,6 +25,7 @@ before_install:
25
26
install:
27
- travis_retry composer install --no-interaction --prefer-dist --no-suggest;
28
+ - vendor/bin/doctrine orm:schema-tool:update --force
29
30
script:
31
- run-tests
0 commit comments