Changeset 47337
- Timestamp:
- 02/21/2020 10:46:53 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.1/.travis.yml
r47322 r47337 98 98 - npm --version 99 99 - node --version 100 - which phpunit 101 - phpunit --version 100 - | 101 # Display PHPUnit information (for PHP tests only). 102 if [[ "$WP_TRAVISCI" == "travis:phpunit" ]]; then 103 which phpunit 104 phpunit --version 105 fi 102 106 - curl --version 103 107 - grunt --version
Note: See TracChangeset
for help on using the changeset viewer.