-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade existing and add new standards libraries
- Loading branch information
1 parent
368ff8f
commit ece1638
Showing
4 changed files
with
3,049 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
'use strict'; | ||
|
||
module.exports = { | ||
extends: [ '@silvermine/standardization/commitlint.js' ], | ||
}; |
Oops, something went wrong.