Changeset 40262
- Timestamp:
- 03/09/2017 10:40:38 PM (8 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
- Property svn:mergeinfo changed
/trunk merged: 40255,40257-40259
- Property svn:mergeinfo changed
-
branches/4.5/.travis.yml
r40227 r40262 49 49 before_script: 50 50 - | 51 stable='^[0-9\.]+$' ;51 stable='^[0-9\.]+$' 52 52 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then 53 53 phpenv config-rm xdebug.ini 54 54 fi 55 - npm install -g npm 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 elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then 60 composer global require "phpunit/phpunit=4.8.*" 61 fi 62 - npm --version 63 - node --version 64 - nvm install 6.9.1 56 65 - npm install -g grunt-cli 57 66 - npm install 67 - npm prune 68 - mysql --version 69 - phpenv versions 58 70 - php --version 71 - php -m 59 72 - npm --version 60 73 - node --version 74 - phpunit --version 75 - curl --version 76 - grunt --version 77 - git --version 78 - svn --version 61 79 script: grunt $WP_TRAVISCI 62 80 notifications:
Note: See TracChangeset
for help on using the changeset viewer.