Changeset 40261
- Timestamp:
- 03/09/2017 10:05:04 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6/.travis.yml
r40226 r40261 53 53 before_script: 54 54 - | 55 stable='^[0-9\.]+$' ;55 stable='^[0-9\.]+$' 56 56 if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then 57 57 phpenv config-rm xdebug.ini 58 58 fi 59 - npm install -g npm 59 - export PATH="$HOME/.composer/vendor/bin:$PATH" 60 - | 61 if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then 62 composer global require "phpunit/phpunit=5.7.*" 63 elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then 64 composer global require "phpunit/phpunit=4.8.*" 65 fi 66 - npm --version 67 - node --version 68 - nvm install 6.9.1 60 69 - npm install -g grunt-cli 61 70 - npm install … … 64 73 - phpenv versions 65 74 - php --version 75 - php -m 66 76 - npm --version 67 77 - node --version 78 - phpunit --version 79 - curl --version 80 - grunt --version 81 - git --version 82 - svn --version 68 83 script: grunt $WP_TRAVISCI 69 84 notifications:
Note: See TracChangeset
for help on using the changeset viewer.