Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Allow using newer travis distributions #56

Merged
merged 2 commits into from
Apr 19, 2020
Merged

Allow using newer travis distributions #56

merged 2 commits into from
Apr 19, 2020

Conversation

sgiehl
Copy link
Member

@sgiehl sgiehl commented Feb 24, 2020

required for running tests on PHP 7.4

Tests are not yet running on another distribution than trusty, so guess some more adjustments are required here...

refs matomo-org/matomo#15617

@@ -35,7 +36,8 @@ addons:
{% endif %}
packages:
- nginx
- realpath
- {% if useTravisDistribution|default('trusty') == 'trusty' %}realpath{% else %}coreutils{% endif %}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

realpath is included in coreutils for xenial and bionic

@sgiehl sgiehl force-pushed the 4xtests branch 3 times, most recently from f8921e3 to e902b95 Compare April 2, 2020 12:37
@sgiehl sgiehl force-pushed the 4xtests branch 4 times, most recently from a38afe1 to 82f90ff Compare April 8, 2020 09:03
@sgiehl sgiehl merged commit ca0dfcf into master Apr 19, 2020
@sgiehl sgiehl deleted the 4xtests branch April 19, 2020 13:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant