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 config: remove unit tests for multisite env, add PHP 8.0, fix typo #512

Closed
wants to merge 1 commit into from

Conversation

IanDelMar
Copy link
Collaborator

Fixes #511

Changes proposed in this Pull Request:

Testing instructions:

Proposed changelog entry for your changes:

Update Travis config

Copy link
Member

@pattonwebz pattonwebz left a comment

Choose a reason for hiding this comment

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

Nice simplification! LGTM :shipit:

@szepeviktor
Copy link
Contributor

script:
  - "${HOME}/.composer/vendor/bin/phpunit"

is really

script:
  - "$(composer global config --absolute bin-dir)/phpunit"

@IanDelMar
Copy link
Collaborator Author

Closing this because we should move to Github Actions

@IanDelMar IanDelMar closed this Aug 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Useless PHP unit tests for multisites?
3 participants