karma-runner / karma-ie-launcher

A Karma plugin. Launcher for Internet Explorer.
MIT License
59 stars 23 forks source link

Restarting the CI build causes linter warnings #43

Closed nickserv closed 8 years ago

nickserv commented 8 years ago

I created a fork of this repository and pushed an empty commit to trigger a CI build based off of the master branch, and I got this failure:

https://travis-ci.org/nicolasmccurdy/karma-ie-launcher/jobs/126575282

$ grunt
Running "eslint:target" (eslint) task

/home/travis/build/nicolasmccurdy/karma-ie-launcher/test/launcher.spec.js
  151:9   error  Identifier 'child_processCmd' is not in camel case   camelcase
  155:13  error  Identifier 'child_processMock' is not in camel case  camelcase
  156:9   error  Identifier 'child_processMock' is not in camel case  camelcase
  158:13  error  Identifier 'child_processCmd' is not in camel case   camelcase

✖ 4 problems (4 errors, 0 warnings)

Warning: Task "eslint:target" failed. Use --force to continue.

Aborted due to warnings.

It's possible that an updated dependency version had a breaking change, or that the build is configured differently for forks.