Make WordPress Core

Ticket #40537: 40537.2.patch

File 40537.2.patch, 933 bytes (added by desrosj, 8 years ago)
  • .travis.yml

     
    3737      svn checkout https://plugins.svn.wordpress.org/wordpress-importer/trunk tests/phpunit/data/plugins/wordpress-importer
    3838  fi
    3939- |
     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- |
    4044  if [[ "$WP_TRAVIS_OBJECT_CACHE" == "true" ]]; then
    4145    curl https://raw.githubusercontent.com/tollmanz/wordpress-pecl-memcached-object-cache/584392b56dc4adbe52bd2c7b86f875e23a3e5f75/object-cache.php > src/wp-content/object-cache.php
    4246    echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
     
    8690- phpenv versions
    8791- php --version
    8892- php -m
     93- convert --version
     94- gs --version
    8995- npm --version
    9096- node --version
    9197- which phpunit