Skip to content

Commit

Permalink
Added linting to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rwky committed Nov 3, 2018
1 parent 3adc8d4 commit 5490500
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_install:

script:
- "make test-cov"
- "npm run-script lint"

after_success:
- "make report-cov"
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ This changelog follows Semantic Versioning https://semver.org/
* Added node 11 support @rwky
* Lint fixes @rwky
* Updated dev deps @rwky
* Added linting to travis @rwky

# 2.0.0 (2018-08-18)

Expand Down

0 comments on commit 5490500

Please sign in to comment.