Changeset 6373 for trunk/.travis.yml
- Timestamp:
- 03/10/2017 05:02:10 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/.travis.yml (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r6351 r6373 14 14 # PHP version used in first build configuration. 15 15 php: 16 - 7.117 - 7.018 - 5.619 - 5.520 - 5.421 - 5.322 - 5.216 - 7.1 17 - 7.0 18 - 5.6 19 - 5.5 20 - 5.4 21 - 5.3 22 - 5.2 23 23 24 24 # WordPress comes from the Git mirror, where 'master' mirrors svn 'trunk' and 25 25 # x.y mirrors the latest from the x.y branch 26 26 env: 27 - WP_VERSION=master28 - WP_VERSION=4.727 - WP_VERSION=master 28 - WP_VERSION=4.7 29 29 30 30 # Build matrix options … … 75 75 # setup NodeJS version using NVM 76 76 - node --version 77 - nvm install 477 - nvm install 6 78 78 - node --version 79 79 - npm install -g grunt-cli … … 81 81 - phpenv versions 82 82 - mysql --version 83 - php --version 84 - php -m 85 - phpunit --version 86 - curl --version 87 - grunt --version 88 - git --version 89 - svn --version 83 90 84 91 # before_script: Failures in this section will result in build status 'failed' 85 92 before_script: 86 93 - stable='^[0-9\.]+$'; if [[ "$TRAVIS_PHP_VERSION" =~ $stable ]]; then phpenv config-rm xdebug.ini; fi 94 - export PATH="$HOME/.composer/vendor/bin:$PATH" 95 - | 96 if [[ ${TRAVIS_PHP_VERSION:0:2} == "7." ]]; then 97 composer global require "phpunit/phpunit=5.7.*" 98 elif [[ ${TRAVIS_PHP_VERSION:0:3} != "5.2" ]]; then 99 composer global require "phpunit/phpunit=4.8.*" 100 fi 87 101 - npm install 88 102 - grunt build
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)