Skip to content

Commit 4053dd9

Browse files
authored
test: add commit completity test in ci (#205)
1 parent 28d6121 commit 4053dd9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ install:
66
- npm run bootstrap
77
script:
88
- npm run test
9+
- echo "test if pull request is completed"
10+
- node scripts/rebuildClients.js
11+
- git status | grep -q "working tree clean"

0 commit comments

Comments
 (0)