Fix crazy logging output in Travis CI (and other places, probably)
Rich-Harris opened this issue · 3 comments
Rich-Harris commented
mohsen1 commented
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.
martypdx commented
If React can do iOS, we can surely tackle RactiveConsole. 💣 walking away from the keyboard
Rich-Harris commented
@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.