Changeset 40255
- Timestamp:
- 03/09/2017 07:13:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r40252 r40255 53 53 before_script: 54 54 - stable='^[0-9\.]+$'; if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then phpenv config-rm xdebug.ini; fi 55 - export PATH="$HOME/.composer/vendor/bin:$PATH" 56 - | 57 if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then 58 composer global require "phpunit/phpunit=5.7.*" 59 else 60 composer global require "phpunit/phpunit=4.8.*" 61 fi 55 62 - npm install -g npm 56 63 - npm install -g grunt-cli … … 62 69 - npm --version 63 70 - node --version 71 - phpunit --version 64 72 script: grunt $WP_TRAVISCI 65 73 notifications:
Note: See TracChangeset
for help on using the changeset viewer.