Changeset 11857
- Timestamp:
- 02/12/2018 11:33:51 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/.travis.yml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r11769 r11857 114 114 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.6" ]]; then composer global require --dev phpunit/phpunit ^5; fi 115 115 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.1" ]]; then composer global require --dev phpunit/phpunit ^6; fi 116 - if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then composer global require --dev phpunit/phpunit ^6; fi 116 117 - mkdir -p /tmp/node/node_modules 117 118 - ln -s /tmp/node/node_modules $plugin_dir/node_modules
Note: See TracChangeset
for help on using the changeset viewer.