-
Notifications
You must be signed in to change notification settings - Fork 45
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
Incorrect formatting inside Travis CI?? #90
Comments
Can you share the link to the travis build? |
Sure! https://travis-ci.org/jlmakes/scrollreveal/builds/197391631 Also I'm not sure if relevant, but I'm using sauce labs (and the |
The code It works fine on my machine. Don't know what the issue with travis could. Generally no colors are printed if a shell does not support the ansi color codes. Normally it works fine in travis. |
Yeah, the reporter works great on my local machine as well. . . . Well perhaps I'll move over to Circle CI...😨 the mere thought of the odd developer perusing through my tests and seeing malformed reporting—what tremendous embarrassment! I'd be the laughing stock of the town! 😤 . . . Any ideas on debugging? |
This will be hard to debug. But trying another CI System might help to find out if it is just an problem in travis. |
There's an extra indentation after an odd
[32m
, and some text that doesn't render green.I'm using version
^2.2.0
of the reporter, and and Karma^1.3.0
, so everything should be running the latest releases. Is there more information I can provide to help identify what the issue is?The text was updated successfully, but these errors were encountered: