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

Fix bug in travis config, update WP #511

Merged
merged 1 commit into from
Jul 25, 2016
Merged

Fix bug in travis config, update WP #511

merged 1 commit into from
Jul 25, 2016

Conversation

mboynes
Copy link
Contributor

@mboynes mboynes commented Jul 25, 2016

The way that Travis was testing phpunit, only the result of qunit indicated that the job passed or failed

The way that Travis was testing phpunit, only the result of qunit indicated that the job passed or failed
@@ -39,7 +39,13 @@ script:
- |
if [[ ! -z "$WP_VERSION" ]] ; then
phpunit
fi
- |
if [[ ! -z "$WP_VERSION" ]] ; then
Copy link
Contributor

@kjbenk kjbenk Jul 25, 2016

Choose a reason for hiding this comment

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

Is there is specific reason why the phpunit needs WP_VERSION, when it is not needed in other travis configs we use internally?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The travis config that we use internally is a little different. This is really aimed at future improvements to FM's travis config.

@kjbenk
Copy link
Contributor

kjbenk commented Jul 25, 2016

Minor comment, otherwise ⛳

@mboynes mboynes merged commit f33aaa3 into master Jul 25, 2016
@renatonascalves renatonascalves deleted the fix-travis-bug branch February 21, 2019 23:33
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