Ticket #40537: 40537.2.patch
File 40537.2.patch, 933 bytes (added by , 8 years ago) |
---|
-
.travis.yml
37 37 svn checkout https://plugins.svn.wordpress.org/wordpress-importer/trunk tests/phpunit/data/plugins/wordpress-importer 38 38 fi 39 39 - | 40 if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.4" || ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]]; then 41 printf "\n" | pecl install imagick; 42 fi 43 - | 40 44 if [[ "$WP_TRAVIS_OBJECT_CACHE" == "true" ]]; then 41 45 curl https://raw.githubusercontent.com/tollmanz/wordpress-pecl-memcached-object-cache/584392b56dc4adbe52bd2c7b86f875e23a3e5f75/object-cache.php > src/wp-content/object-cache.php 42 46 echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini … … 86 90 - phpenv versions 87 91 - php --version 88 92 - php -m 93 - convert --version 94 - gs --version 89 95 - npm --version 90 96 - node --version 91 97 - which phpunit