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 b56c143 commit a4a5fa4Copy full SHA for a4a5fa4
.travis.yml
@@ -29,7 +29,7 @@ install:
29
30
before_script:
31
- mysql -e 'CREATE DATABASE yii2base;';
32
- - cd tests/codeception/bin && php yii migrate --interactive=0 && cd ../../..
+ - cd tests/codeception/bin && php yii migrate --interactive=0 && php yii migrate --migrationPath=@yii/rbac/migrations --interactive=0 && php yii rbac/migrate --interactive=0 && cd ../../..
33
34
script:
35
- |
0 commit comments