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

Commit 6f37309

Browse files
committed
Add extension mbstring for test
1 parent 7df5d40 commit 6f37309

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cache:
4444

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

0 commit comments

Comments
 (0)