Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis: various fixes #397

Merged
merged 1 commit into from
Oct 18, 2020
Merged

Travis: various fixes #397

merged 1 commit into from
Oct 18, 2020

Conversation

jrfnl
Copy link
Member

@jrfnl jrfnl commented Oct 18, 2020

  1. The trusty environment is no longer supported. The default distro is now xenial.
    Switching over is a good idea as the PHP nightly version used on trusty is from last January, so is not representative of PHP 8.
  2. matrix has been renamed jobs, so let's use that name.
  3. A lot of repos have been seeing issues with peer fingerprint mismatches for calls to Packagist. Prefixing the composer install/require/remove etc command with travis_retry gets round that in most cases.

1. The `trusty` environment is no longer supported. The default distro is now `xenial`.
    Switching over is a good idea as the PHP `nightly` version used on `trusty` is from last January, so is not representative of PHP 8.
2. `matrix` has been renamed `jobs`, so let's use that name.
3. A lot of repos have been seeing issues with `peer fingerprint` mismatches for calls to Packagist. Prefixing the `composer install/require/remove` etc command with `travis_retry` gets round that in most cases.
@jrfnl jrfnl added this to the 1.7.1 milestone Oct 18, 2020
@ozh ozh merged commit 69a92e1 into master Oct 18, 2020
@ozh ozh deleted the feature/fix-travis branch October 18, 2020 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants