Skip to content

Commit 7d8cc85

Browse files
author
Igor Chepurnoy
authored
Update .travis.yml
1 parent 15ab246 commit 7d8cc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
3030
before_script:
3131
- mysql -e 'CREATE DATABASE yii2base;';
32-
- 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 ../../..
32+
- cd tests/codeception/bin && php yii migrate --interactive=0 && php yii rbac/migrate --interactive=0 && cd ../../..
3333

3434
script:
3535
- |

0 commit comments

Comments
 (0)