Skip to content

Commit

Permalink
feat(commitlint): add @commitlint/travis-cli (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jan 7, 2018
1 parent e3fb513 commit 019cd3c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ cache:
directories:
- node_modules

before_install:
- git fetch --unshallow

script:
- commitlint-travis
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dependencies": {
"@commitlint/cli": "^5.2.8",
"@commitlint/config-conventional": "^5.2.3",
"@commitlint/travis-cli": "^5.2.8",
"eslint": "^4.14.0",
"eslint-config-ybiquitous": "^4.2.1",
"fs-extra": "^5.0.0",
Expand All @@ -46,7 +47,6 @@
"yargs": "^10.0.3"
},
"devDependencies": {
"@commitlint/travis-cli": "^5.2.8",
"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down

0 comments on commit 019cd3c

Please sign in to comment.