Changeset 35213
- Timestamp:
- 10/15/2015 10:51:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r35208 r35213 15 15 - php: 5.6 16 16 env: WP_TRAVISCI=travis:phpunit 17 - php: 5.6 18 env: WP_TRAVISCI=travis:phpunit WP_TRAVIS_OBJECT_CACHE=true 19 services: memcached 17 20 - php: hhvm 18 21 env: WP_TRAVISCI=travis:phpunit … … 37 40 svn checkout https://plugins.svn.wordpress.org/wordpress-importer/trunk tests/phpunit/data/plugins/wordpress-importer 38 41 fi 42 - | 43 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 45 echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini 46 fi 39 47 before_script: 40 48 - npm install -g npm
Note: See TracChangeset
for help on using the changeset viewer.