Make WordPress Core

Ticket #39978: 39978.diff

File 39978.diff, 482 bytes (added by johnbillion, 9 years ago)
  • .travis.yml

    diff --git .travis.yml .travis.yml
    index 3ffb969e5d..2f3a9984de 100644
    before_install: 
    5252    echo "extension = memcached.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
    5353  fi
    5454before_script:
     55- phpenv config-rm xdebug.ini
    5556- npm install -g npm
    5657- npm install -g grunt-cli
    5758- npm install
    5859- npm prune
    5960- mysql --version
    6061- phpenv versions
     62- php --version
    6163- npm --version
    6264- node --version
    6365script: grunt $WP_TRAVISCI