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

Commit fc3ad5b

Browse files
committed
Fixed travis
1 parent 44f233d commit fc3ad5b

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
@@ -11,7 +11,7 @@ env:
1111

1212
before_script:
1313
- composer install --dev
14-
- cp ./Tests/Functional/config/parameters.yml.dist ./Tests/Functional/config/parameters.yml
14+
- cp ./Tests/Functional/app/config/parameters.yml.dist ./Tests/Functional/app/config/parameters.yml
1515
- php Tests/Functional/console doctrine:phpcr:init:dbal
1616
- php Tests/Functional/console doctrine:phpcr:register-system-node-types
1717

0 commit comments

Comments
 (0)