Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit 227a027

Browse files
committed
Fixed travis again
1 parent fc3ad5b commit 227a027

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
@@ -12,8 +12,8 @@ env:
1212
before_script:
1313
- composer install --dev
1414
- cp ./Tests/Functional/app/config/parameters.yml.dist ./Tests/Functional/app/config/parameters.yml
15-
- php Tests/Functional/console doctrine:phpcr:init:dbal
16-
- php Tests/Functional/console doctrine:phpcr:register-system-node-types
15+
- php Tests/Functional/app/console doctrine:phpcr:init:dbal
16+
- php Tests/Functional/app/console doctrine:phpcr:register-system-node-types
1717

1818
script: phpunit --coverage-text
1919

0 commit comments

Comments
 (0)