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 #130

Closed
wants to merge 1 commit into from

Conversation

twang2218
Copy link
Contributor

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

This was referenced Jan 16, 2017
@twang2218
Copy link
Contributor Author

All test matrix are failed as intended, as the master code contains lint error. After the master code fixed by merging #131, and this PR rebased, the tests should pass.

Signed-off-by: Tao Wang <twang2218@gmail.com>
@agnivade
Copy link
Member

Closing this in favor of #132. Rebased from master and created a new PR. @twang2218 - your commit history is maintained.

@agnivade agnivade closed this Jan 18, 2017
@twang2218
Copy link
Contributor Author

@agnivade Cool, 👍 you are really fast, I was just rebasing. 😸

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