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

Test on HHVM nightly releases. Allow to fail. #3828

Merged
merged 1 commit into from
Mar 8, 2015
Merged

Test on HHVM nightly releases. Allow to fail. #3828

merged 1 commit into from
Mar 8, 2015

Conversation

hkdobrev
Copy link
Contributor

@hkdobrev hkdobrev commented Mar 8, 2015

Nightly releases could change in unpredictable way. So they should not fail the whole build.

However we could catch problems and breaking changes on next versions of HHVM early.

I suspect Composer have some problems on HHVM nightly, because of this build: https://travis-ci.org/erusev/parsedown/jobs/53556585#L94

Nightly releases could change in unpredictable way.
So they should not fail the whole build.

However we could catch problems and breaking changes
on next versions of HHVM early.
Seldaek added a commit that referenced this pull request Mar 8, 2015
Test on HHVM nightly releases. Allow to fail.
@Seldaek Seldaek merged commit ca9fcba into composer:master Mar 8, 2015
@hkdobrev hkdobrev deleted the hhvm-nightly branch March 8, 2015 18:05
@hkdobrev
Copy link
Contributor Author

hkdobrev commented Mar 8, 2015

@Seldaek Do you have any idea why the HHVM nightly build fails like that?

@Seldaek
Copy link
Member

Seldaek commented Mar 8, 2015

It seems to fail already at composer --version with some phar related errors so I guess they have a critical bug in there but I am not really used to reading their debug output so I might be wrong.. In any case I'd suggest you report it over there :)

@fonsecas72
Copy link
Contributor

@hkdobrev I got here a little late but since we have builds in the allowed_failures section I think we should add the fast_finish option.

matrix:
  fast_finish: true

This will make the travis to not wait for the builds that are allowed to fail.

ChadSikorra pushed a commit to ChadSikorra/composer that referenced this pull request Mar 28, 2015
This will report the build has succceeded even if allowed to fail jobs are
still running.

See composer#3828.

Docs: http://docs.travis-ci.com/user/build-configuration/#Fast-finishing

Props to @fonsecas72.
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.

3 participants