You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you touch files in master that have linting issues then travis-ci will fail even if you haven't introduced these faults. Possible solutions / work-arounds:
Move linting to the end of the tests, not the start (my preferred solution).
Make everyone submit linting clean up patches for all files before they edit them (not recommended).
Ignore the lack of testing in this case (the current solution).