Changeset 12282 for trunk/.travis.yml
- Timestamp:
- 11/07/2018 04:44:50 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r12278 r12282 83 83 # prepare for running the tests 84 84 - cd $plugin_dir 85 - composer install86 85 87 86 # setup NodeJS version using NVM … … 105 104 before_script: 106 105 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.3" ]]; then composer global require --dev phpunit/phpunit ^4; fi 107 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer global require --dev phpunit/phpunit ^5; fi108 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then composer global require --dev phpunit/phpunit ^6; fi106 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer global require --dev phpunit/phpunit ^5; composer install; fi 107 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then composer global require --dev phpunit/phpunit ^6; composer install; fi 109 108 - mkdir -p /tmp/node/node_modules 110 109 - ln -s /tmp/node/node_modules $plugin_dir/node_modules
Note: See TracChangeset
for help on using the changeset viewer.