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

Commit

Permalink
Add extension mbstring for test
Browse files Browse the repository at this point in the history
  • Loading branch information
vonglasow committed Mar 27, 2017
1 parent 7df5d40 commit 6f37309
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 @@ -44,6 +44,7 @@ cache:

before_script:
- export PATH="$PATH:$HOME/.composer/vendor/bin"
- echo 'extension = mbstring.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- if [[ ! $ENABLE_XDEBUG ]]; then
phpenv config-rm xdebug.ini || echo "ext-xdebug is not available, cannot remove it.";
fi
Expand Down

0 comments on commit 6f37309

Please sign in to comment.