Changeset 47336
- Timestamp:
- 02/21/2020 10:46:06 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.2/.travis.yml
r46406 r47336 94 94 - npm --version 95 95 - node --version 96 - which phpunit 97 - phpunit --version 96 - | 97 # Display PHPUnit information (for PHP tests only). 98 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 99 which phpunit 100 phpunit --version 101 fi 98 102 - curl --version 99 103 - grunt --version
Note: See TracChangeset
for help on using the changeset viewer.