Changeset 42492
- Timestamp:
- 01/16/2018 08:28:42 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r42464 r42492 18 18 - php: 7.1 19 19 - php: 7.0 20 env: WP_TEST_REPORTER=true 20 21 - php: 5.6 21 22 - php: 5.6 … … 102 103 - locale -a 103 104 script: grunt $WP_TRAVISCI 105 after_script: 106 - | 107 if [[ "$WP_TEST_REPORTER" == "true" ]]; then 108 git clone https://github.com/WordPress/phpunit-test-runner.git test-runner 109 export WPT_PREPARE_DIR=$(pwd) 110 export WPT_TEST_DIR=$(pwd) 111 php test-runner/report.php 112 fi 104 113 notifications: 105 114 slack:
Note: See TracChangeset
for help on using the changeset viewer.