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

Commit

Permalink
Merge pull request #102 from samsonasik/mkdir/on-travis
Browse files Browse the repository at this point in the history
mkdir on travis for $fileInfo->isDir() check
  • Loading branch information
acelaya committed May 24, 2015
2 parents 60686fd + 171e986 commit deb3454
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit deb3454

Please sign in to comment.