gobblejs/gobble

Fix crazy logging output in Travis CI (and other places, probably)

Rich-Harris opened this issue · 3 comments

Not sure if it's even possible to fix, but it would be cool to prevent this sort of garble:

screen shot 2015-04-22 at 4 31 39 pm

npm has the / | \ spinner that is annoying in the same way. For npm you can run npm config set spin=false to disable it. I guess you can have an option to turn off animations in CI environment. It would be nice if it disable itself when it sees TRAVIS or CIRCLECI in the PATH.

If React can do iOS, we can surely tackle RactiveConsole. 💣 walking away from the keyboard

@martypdx not until we've released an oscilloscope compatible version

@mohsen1 that's a great idea, thanks - I've implemented it via Rich-Harris/stevedore@1cb0eda. It checks for process.env.CI === 'true', apparently that's a common thing among CI tools.