Skip to content

Commit

Permalink
[CI] fixed FileTransport directory in travis env
Browse files Browse the repository at this point in the history
  • Loading branch information
kilip committed Feb 1, 2018
1 parent 310dea6 commit 47463be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ before_script:
# copy default app config
- mkdir -p config/autoload
- mkdir -p build/behat
- mkdir -p build/mails
- cp .travis/autoload/*.* config/autoload

# install Mongo extension
Expand Down
2 changes: 1 addition & 1 deletion .travis/autoload/MailServiceOptions.config.local.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'Core/MailServiceOptions' => [
'options' => [
'transportClass' => 'file',
'path' => sys_get_temp_dir().'/yawik/mail'
'path' => realpath(__DIR__.'/../../build/mails')
],
],
]
Expand Down

0 comments on commit 47463be

Please sign in to comment.