git-review icon indicating copy to clipboard operation
git-review copied to clipboard

tests against ruby-head on travis failed

Open kalabiyau opened this issue 11 years ago • 2 comments

kalabiyau avatar Jul 17 '13 20:07 kalabiyau

@kalabiyau: Would you please try again, now that tests agains Ruby 2.0 are passing?

b4mboo avatar Aug 30 '13 12:08 b4mboo

Travis failures are usually due to its not being able to find .git_review.yml and thus waiting for user to enter credentials.

In some tests the authentication procedure is not stubbed, but running locally wouldn't lead to any failure because it can usually find the file. That's why it happens often that some tests running fine locally would not pass Travis.

I've patched a few of these cases in #87. It should work now.

xystushi avatar Mar 07 '14 09:03 xystushi