Skip to content

Commit 9b321bd

Browse files
author
Jan Kramer
committed
Updated .travis.yml to reflect changes in DoctrinePHPCRBundle
1 parent 3a83f41 commit 9b321bd

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
@@ -8,8 +8,8 @@ before_script:
88
- composer install
99
- php app/console doctrine:database:create -e=test
1010
- php app/console doctrine:phpcr:init:dbal -e=test
11-
- app/console doctrine:phpcr:register-system-node-types -e=test
12-
- app/console doctrine:phpcr:workspace:create standard_test -e=test
11+
- php app/console doctrine:phpcr:workspace:create standard_test -e=test
12+
- php app/console doctrine:phpcr:repository:init -e=test
1313

1414
script: phpunit -c app
1515

0 commit comments

Comments
 (0)