Skip to content

Commit ec3ca40

Browse files
author
uid10804
committed
ci(travis.yml): update script
1 parent 0a8e990 commit ec3ca40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git:
44
language: node_js
55
env:
66
global:
7-
- COMMITCOUNT=$(git log $(git describe --tags --abbrev=0)..HEAD --oneline|grep -iv 'revert' |grep -e 'fix(' -e 'feat(' | wc -l | awk '{print $1}')
7+
- COMMITCOUNT="$(git log $(git describe --tags --abbrev=0)..HEAD --oneline|grep -iv 'revert' |grep -e 'fix(' -e 'feat(' | wc -l | awk '{print $1}')"
88
cache:
99
directories:
1010
- ~/.npm

0 commit comments

Comments
 (0)