We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec3ca40 commit 58a18edCopy full SHA for 58a18ed
.travis.yml
@@ -3,8 +3,7 @@ git:
3
depth: false
4
language: node_js
5
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}')"
+ - COMMITCOUNT="$(git log $(git describe --tags --abbrev=0)..HEAD --oneline|grep -iv 'revert' |grep -e 'fix(' -e 'feat(' | wc -l | awk '{print $1}')"
8
cache:
9
directories:
10
- ~/.npm
0 commit comments