Skip to content

Commit

Permalink
try to add default ini settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tamtamchik committed Jan 29, 2016
1 parent aba0deb commit b6de6d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.php.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mbstring.internal_encoding = UTF-8;
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matrix:
before_script:
- travis_retry composer self-update
- travis_retry composer update ${COMPOSER_FLAGS} --no-interaction --prefer-source
- phpenv config-add .travis.php.ini

script:
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
Expand Down

0 comments on commit b6de6d0

Please sign in to comment.