Changeset 45607 for trunk/.travis.yml
- Timestamp:
- 07/08/2019 12:55:20 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r45570 r45607 16 16 env: WP_TRAVISCI=e2e 17 17 - php: 7.2 18 env: WP_TRAVISCI=travis: format18 env: WP_TRAVISCI=travis:phpcs 19 19 - php: 7.1 20 20 env: WP_TRAVISCI=travis:js … … 84 84 fi 85 85 - | 86 # We only need to run composer install on the code formattingjob.87 if [[ "$WP_TRAVISCI" == "travis: format" ]]; then86 # We only need to run composer install on the PHP coding standards job. 87 if [[ "$WP_TRAVISCI" == "travis:phpcs" ]]; then 88 88 composer --version 89 89 travis_retry composer install
Note: See TracChangeset
for help on using the changeset viewer.