Skip to content

Commit 58a18ed

Browse files
author
uid10804
committed
ci(travis): update
1 parent ec3ca40 commit 58a18ed

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ git:
33
depth: false
44
language: node_js
55
env:
6-
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}')"
6+
- COMMITCOUNT="$(git log $(git describe --tags --abbrev=0)..HEAD --oneline|grep -iv 'revert' |grep -e 'fix(' -e 'feat(' | wc -l | awk '{print $1}')"
87
cache:
98
directories:
109
- ~/.npm

0 commit comments

Comments
 (0)