Ticket #31491: 31491.2.diff
File 31491.2.diff, 973 bytes (added by , 10 years ago) |
---|
-
.travis.yml
14 14 env: WP_TRAVISCI=travis:phpunit 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 19 22 - php: nightly … … 33 36 sed -i "s/yourpasswordhere//" wp-tests-config.php 34 37 svn checkout https://plugins.svn.wordpress.org/wordpress-importer/trunk tests/phpunit/data/plugins/wordpress-importer 35 38 fi 39 - | 40 if [[ "$WP_TRAVIS_OBJECT_CACHE" == "true" ]]; then 41 curl https://plugins.svn.wordpress.org/memcached/trunk/object-cache.php > src/wp-content/object-cache.php 42 echo "extension = memcache.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini 43 fi 36 44 before_script: 37 45 - npm install -g npm 38 46 - npm install -g grunt-cli