Closed stof closed 6 years ago
To win time on CI, I cancelled all the other jobs failing due to trying to use Firefox through the JsonWire protocol. they would fail anyway.
Looks like the precise job has an issue running the test server, but this would have to be debugged separately.
Env variables defined as matrix are not merged with the job env variables of the matrix. We need to use global env variables (which we can still override in a specific job if needed).
This fixes this error: https://travis-ci.org/minkphp/MinkSelenium2Driver/jobs/436675862#L167