Make WordPress Core

Changeset 40259 for trunk/.travis.yml


Ignore:
Timestamp:
03/09/2017 09:47:20 PM (8 years ago)
Author:
johnbillion
Message:

Build/test tools: Add some more debugging to Travis and bring the format of the Xdebug fix inline with branches.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r40258 r40259  
    5252  fi
    5353before_script:
    54 - stable='^[0-9\.]+$'; if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then phpenv config-rm xdebug.ini; fi
     54- |
     55  stable='^[0-9\.]+$'
     56  if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then
     57    phpenv config-rm xdebug.ini
     58  fi
    5559- export PATH="$HOME/.composer/vendor/bin:$PATH"
    5660- |
     
    6973- phpenv versions
    7074- php --version
     75- php -m
    7176- npm --version
    7277- node --version
    7378- phpunit --version
     79- curl --version
     80- grunt --version
     81- git --version
     82- svn --version
    7483script: grunt $WP_TRAVISCI
    7584notifications:
Note: See TracChangeset for help on using the changeset viewer.