Changes between Version 4 and Version 9 of Ticket #41292
- Timestamp:
- 07/18/2017 08:11:49 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41292
- Property Keywords commit added; needs-refresh removed
-
Property
Priority
changed from
normaltohigh -
Property
Milestone
changed from
4.9to4.8.1
-
Ticket #41292 – Description
v4 v9 8 8 The current availability of PHP 5.2 and 5.3 in the Travis CI build environment is the following: 9 9 10 1. ✅`dist: precise` with `sudo: false`11 2. ❌`dist: trusty` with `sudo: false`12 3. ❌`dist: precise` with `sudo: false`13 4. ❌`dist: precise` with `sudo: required`10 1. `dist: precise` with `sudo: false` 11 2. `dist: trusty` with `sudo: false` 12 3. `dist: precise` with `sudo: false` 13 4. `dist: precise` with `sudo: required` 14 14 15 15 WordPress' current Travis CI config uses option `1` above