File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
.*/node_modules/config-chain/test/broken.json
4
4
.*/node_modules/npmconf/test/fixtures/package.json
5
5
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
6
+ .*/node_modules/documentation/.*
6
7
.*/__tests__/.*
7
8
8
9
[include]
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ script:
16
16
- nyc --silent npm run test
17
17
- nyc report --reporter=text-lcov | coveralls
18
18
- nyc check-coverage --lines 90
19
+ - git fetch --shallow
19
20
- conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)
20
21
after_success :
21
22
- travis-after-all && ./.scripts/release.sh
Original file line number Diff line number Diff line change 39
39
"babel-preset-es2015-node4" : " ^2.1.0" ,
40
40
"babel-register" : " ^6.11.6" ,
41
41
"chai" : " ^3.5.0" ,
42
- "conventional-changelog-cli" : " ^1.2.0 " ,
43
- "conventional-changelog-lint" : " ^1.0 .1" ,
42
+ "conventional-changelog-cli" : " 1.3.2 " ,
43
+ "conventional-changelog-lint" : " 2.1 .1" ,
44
44
"conventional-changelog-lint-config-canonical" : " ^1.0.0" ,
45
45
"conventional-recommended-bump" : " ^0.3.0" ,
46
46
"coveralls" : " ^2.11.12" ,
You can’t perform that action at this time.
0 commit comments