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
package.json: Split -w -x options to travis-status
In commander.js v3.0.0 (as a result of tj/commander.js#599) -wx is
interpreted as -w with (invalid) timeout "x" instead of -w -x (which
makes sense and is consistent with GNU getopt behavior). Split the
options to avoid the problem.
Signed-off-by: Kevin Locke <[email protected]>
0 commit comments