Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

mkdir on travis for $fileInfo->isDir() check #102

Merged
merged 1 commit into from
May 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ before_script:

script:
- mkdir build
- mkdir test/attachments/dir/dirdept
- ./vendor/bin/phpunit -c test/phpunit.xml --coverage-clover build/clover.xml
- ./vendor/bin/phpcs --standard=PSR2 ./src/ ./test/ ./config

Expand Down