Skip to content

Commit

Permalink
[+]: try to fix "travis-ci" tests with missing php-extensions v2
Browse files Browse the repository at this point in the history
  • Loading branch information
voku committed Oct 11, 2016
1 parent c303e09 commit f75e538
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ before_script:
- cat ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- if [[ $extension = 'false' ]]; then phpenv config-rm mbstring.ini; fi
- if [[ $extension = 'false' ]]; then phpenv config-rm intl.ini; fi
- if [[ $extension = 'true' ]]; then phpenv config-add mbstring.ini; fi
- if [[ $extension = 'true' ]]; then phpenv config-add intl.ini; fi
- if [[ $extension = 'false' ]]; then sed -i.bkp "s/^extension\ =\ mbstring.so$/#extension = mbstring.so/" ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
- if [[ $extension = 'false' ]]; then sed -i.bkp "s/^extension\ =\ intl.so$/#extension = intl.so/" ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
- if [[ $extension = 'false' ]]; then sed -i.bkp "s/^extension\ =\ iconv.so$/#extension = iconv.so/" ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi
Expand Down

0 comments on commit f75e538

Please sign in to comment.