minkphp / MinkSelenium2Driver

Selenium2 (webdriver) driver for Mink framework
MIT License
507 stars 163 forks source link

Fix the configuration of the PHP 5.3 job on precise #299

Closed stof closed 6 years ago

stof commented 6 years ago

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

stof commented 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.

stof commented 6 years ago

Looks like the precise job has an issue running the test server, but this would have to be debugged separately.