Make WordPress Core

Changeset 35218

Timestamp:
10/16/2015 02:15:18 PM (9 years ago)
Author:
ocean90
Message:

Travis CI: Use a pinned version of the object cache drop-in.

Props tollmanz.
See #31491.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r35213 r35218  
    4242- |
    4343  if [[ "$WP_TRAVIS_OBJECT_CACHE" == "true" ]]; then
    44     curl https://raw.githubusercontent.com/tollmanz/wordpress-pecl-memcached-object-cache/master/object-cache.php > src/wp-content/object-cache.php
     44    curl https://raw.githubusercontent.com/tollmanz/wordpress-pecl-memcached-object-cache//object-cache.php > src/wp-content/object-cache.php
    4545    echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
    4646  fi
Note: See TracChangeset for help on using the changeset viewer.