diff --git .travis.yml .travis.yml
index 46b72aa055..9634c3a509 100644
|
|
after_script: |
135 | 135 | - | |
136 | 136 | if [[ "$WP_TEST_REPORTER" == "true" ]]; then |
137 | 137 | git clone https://github.com/WordPress/phpunit-test-runner.git test-runner |
138 | | docker-compose run --rm -e WPT_PREPARE_DIR=/var/www -e WPT_TEST_DIR=/var/www php php test-runner/report.php |
| 138 | docker-compose run --rm -e WPT_REPORT_API_KEY -e WPT_PREPARE_DIR=/var/www -e WPT_TEST_DIR=/var/www php php test-runner/report.php |
139 | 139 | fi |
140 | 140 | |
141 | 141 | notifications: |