Skip to content

Commit

Permalink
chore: upgrade existing and add new standards libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
pbredenberg committed May 22, 2020
1 parent 368ff8f commit ece1638
Show file tree
Hide file tree
Showing 4 changed files with 3,049 additions and 420 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ node_js:

before_install: npm i -g [email protected]

script:
- node --version
- npm --version
- commitlint-travis
- grunt standards
- npm test

# For code coverage:
after_success:
cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
5 changes: 5 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
'use strict';

module.exports = {
extends: [ '@silvermine/standardization/commitlint.js' ],
};
Loading

0 comments on commit ece1638

Please sign in to comment.