Disable core PHP extension on Travis CI -
Disable core PHP extension on Travis CI -
i'm looking add together travis-ci job tests library works without php intl extension beingness installed (see https://github.com/giggsey/libphonenumber-for-php/pull/46).
the intl extension in php build, , there doesn't appear way turn off. there one?
there's no way on travis because many php extensions compiled straight php (intl included). issue track/comment on if need functionality here: https://github.com/travis-ci/travis-ci/issues/4701
note of august 19, 2015, can run docker containers on travis. in order test , without mcrypt extension, i've been using official php docker container, , conditionally installing mcrypt. can see how implemented here: https://github.com/cweagans/mcrypt-polyfill
php php-extension travis-ci intl
Comments
Post a Comment