-
-
Notifications
You must be signed in to change notification settings - Fork 58
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
Failing on Travis #27
Comments
Travis.yml file:
|
@sir-dunxalot can you link to the build log so we can get more information? |
Sure thing: https://travis-ci.org/sir-dunxalot/ember-spotify |
It's possible that this is a phantomjs issue. Have you tried using PhantomJS 2.0 with travis?
|
I have not but I'll look into it and report back. I don't suppose you know how to upgrade the phantom JS version off the top of your head? |
That command is exiting non-zero because you have a failing test. |
@sir-dunxalot you could do something like this
In any case your issue does not appear to be a problem with ember-try, but rather a legitemate test failure |
Ok. I'll close this for now and will see if further debugging can shed some light on the issue. Thanks for the help. |
I updated an addon's test suite and the build began failing on Travis with the following error:
The test suite is passing locally. I have replicated the issue with versions 0.0.6 and 0.0.7 of this addon.
Is this a problem on your end or mine?
Thanks!
The text was updated successfully, but these errors were encountered: