Skip to content

Commit 4b4c01a

Browse files
author
craig-mulligan
committed
chore: fix CI
ignore offending documentation module in .flow update conventional-changelog-lint to include https://github.com/marionebl/commitlint/issues/13 connects to broken build https://travis-ci.org/gajus/gitinfo/builds/254646852
1 parent d6ef603 commit 4b4c01a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.flowconfig

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
.*/node_modules/config-chain/test/broken.json
44
.*/node_modules/npmconf/test/fixtures/package.json
55
.*/node_modules/conventional-changelog-core/test/fixtures/_malformation.json
6+
.*/node_modules/documentation/.*
67
.*/__tests__/.*
78

89
[include]

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ script:
1616
- nyc --silent npm run test
1717
- nyc report --reporter=text-lcov | coveralls
1818
- nyc check-coverage --lines 90
19+
- git fetch --shallow
1920
- conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)
2021
after_success:
2122
- travis-after-all && ./.scripts/release.sh

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"babel-preset-es2015-node4": "^2.1.0",
4040
"babel-register": "^6.11.6",
4141
"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",
4444
"conventional-changelog-lint-config-canonical": "^1.0.0",
4545
"conventional-recommended-bump": "^0.3.0",
4646
"coveralls": "^2.11.12",

0 commit comments

Comments
 (0)