Changeset 12320
- Timestamp:
- 12/07/2018 07:19:15 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r12319 r12320 101 101 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer global require --dev phpunit/phpunit ^5; composer install; fi 102 102 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then composer global require --dev phpunit/phpunit ^6; composer install; fi 103 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.3" ]]; then composer global require --dev phpunit/phpunit ^6; composer install; fi 103 104 - mkdir -p /tmp/node/node_modules 104 105 - ln -s /tmp/node/node_modules $plugin_dir/node_modules
Note: See TracChangeset
for help on using the changeset viewer.