Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 'npm run test:all' in .travis.yml to also check lint error #132

Merged
merged 1 commit into from Jan 18, 2017

Conversation

agnivade
Copy link
Member

Copying comment from #130

Description

As mentioned in #128 , the .travis.yml didn't check lint error, and cause the error code bypass the local precommit hooks into the repo if local eslint or other dependencies are outdated or have problem.

I replaced npm test && npm run test:functional with npm run test:all to test lint as well.

Checklist

Please review this checklist before submitting a pull request.

  • Code compiles correctly
  • Created tests, if possible
  • All tests passing (npm run test:all)
  • Extended the README / documentation, if necessary

Signed-off-by: Tao Wang twang2218@gmail.com

Signed-off-by: Tao Wang <twang2218@gmail.com>
@agnivade agnivade merged commit ba0ab27 into master Jan 18, 2017
@agnivade agnivade deleted the test-all branch January 18, 2017 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants