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.
2 parents 77f5c4a + fa54351 commit bb0c345Copy full SHA for bb0c345
.travis.yml
@@ -123,13 +123,13 @@ matrix:
123
PREV=$(curl https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
124
| jq -re "select(.sha != \"$TRAVIS_COMMIT\")
125
| .statuses[] | select(.context == \"travis-ci/$NAME\").description
126
- | capture(\", (?<warnings>[0-9]+) warnings\").warnings" \
+ | capture(\", (?<files>[0-9]+) files\").warnings" \
127
|| echo 0)
128
129
- STATUSM="Passed, ${CURR} warnings"
+ STATUSM="Passed, ${CURR} files"
130
if [ "$PREV" -ne 0 ]
131
then
132
- STATUSM="$STATUSM ($(python -c "print '%+d' % ($CURR-$PREV)") warnings)"
+ STATUSM="$STATUSM ($(python -c "print '%+d' % ($CURR-$PREV)") files)"
133
fi
134
- bash -c "$STATUS" success "$STATUSM"
135
0 commit comments