Closed (fixed)
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Admin
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
30 Jan 2014 at 14:37 UTC
Updated:
16 Apr 2014 at 14:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dsnopekAdded the --no-interaction argument. Let's hope this works! No way to test except to see if it comes up again.
Comment #3
dsnopekIt looks like I re-introduced this issue by fixing: #2195445: Install Drush on Travis-CI via 'composer' rather than 'pear'
Now that we're using composer in a different place, I have to put the fix there too!
Comment #4
dsnopekTried --no-interaction and it appears to not have worked:
https://travis-ci.org/lsolesen/panopoly/jobs/18885859
Back to the drawing board!
Comment #5
Ari Gold commentedHave you tried --prefer-source ? Before trying it my builds stopped with "Errored"
With --prefer-source it seems to not use Github API and does not show "Errored" but then behat exits with status 255. Even though all behat tests pass the build "Fails"
https://travis-ci.org/ASU/webspark-drops-drupal7/builds/19999657
Comment #6
lsolesen commentedI just successfully used --prefer-source without the 255 exit status on Behat - and since I introduced it there is no Github Errored messages anymore (which was very frequent before).
Comment #7
lsolesen commentedThis is what I succesfully used on Commerce Kickstart.
Comment #9
dsnopekThanks @lsolesen and @arielqgold! I hope this is finally the end of this very frustrating issue. :-)