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 0cf26eb + f1f16e5 commit dc4a52cCopy full SHA for dc4a52c
.travis.yml
@@ -132,10 +132,10 @@ matrix:
132
# update status if we succeeded, compare with master if possible
133
- |
134
CURR=$(cat astyle-branch.out | grep Formatted | wc -l)
135
- PREV=$(curl https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
+ PREV=$(curl -u "$MBED_BOT" https://api.github.com/repos/$TRAVIS_REPO_SLUG/status/master \
136
| jq -re "select(.sha != \"$TRAVIS_COMMIT\")
137
| .statuses[] | select(.context == \"travis-ci/$NAME\").description
138
- | capture(\", (?<files>[0-9]+) files\").warnings" \
+ | capture(\", (?<files>[0-9]+) files\").files" \
139
|| echo 0)
140
141
STATUSM="Passed, ${CURR} files"
0 commit comments