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
The PRs are failing on validation of the commit message on older versions of npm, but succeeds on npm 6. The error message it outputs is
0.77s$ npm run init
0.09s$ if [ "$VALIDATE_COMMIT_MSG" == "true" ]; then npm run travis; else ./scripts/validate-commit-msg.sh $TRAVIS_COMMIT; fi
INVALID COMMIT MSG: does not match "<type>(<scope>): <subject>" !
/home/travis/build/karma-runner/karma/.git/COMMIT_EDITMSG
The command "if [ "$VALIDATE_COMMIT_MSG" == "true" ]; then npm run travis; else ./scripts/validate-commit-msg.sh $TRAVIS_COMMIT; fi" failed and exited with 1 during .
Expected behaviour
#2752 and #2747 only pass Travis for node 6.
Actual behaviour
They should pass on npm 6
Environment Details
The PRs are failing on validation of the commit message on older versions of npm, but succeeds on npm 6. The error message it outputs is
Steps to reproduce the behaviour
The text was updated successfully, but these errors were encountered: