Skip to content

Commit

Permalink
OWASP#1204: first feedbackemssage
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed May 16, 2019
1 parent 3fa4bcf commit 37a2324
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ before_install:
- npm install -g markdown-link-check
- npm install -g gitbook-cli
- gem install asciidoctor
env:
global:
secure: "QiUUbQ9WJKSAxMquDGnSYe2QICwJBK/44vYksIP6b+KTeFwfKmKSWa5B63W9NxGEm1GKQeCnIaplpDw21lB0NKluSkbIAEW7AQfY+txJ3VFIf+DHs3Gid+fni4WuDPU48QCNxBiW7bNHV63Dpn0FNISCphhjEVmR7LYY2Ie4IB1ZBsxLvoMKaAzhP/escQWsxip3aCldYCSnFk6YJMNwNamJsQsGLJZOj6jeJEz2AyNqbe0J27BKH9hEkUS58VFNfvWCw79L1Mby0CIkqefZ63lPjXrqLZBy+6pc+JDj4VTC5TRRGEymQLuJAzRmFCUfgfhEqg/Cv+ZfNCDRgl9BYx0CWVU9KWafz4/VrlzhnLPNxhYU3ky+H9kxKZ2VBRNT8aLTXfHqtIQGe0WlRO1SokSQ8n0fyU3kdPHFhLu09tpG0lhmw/+u3i0mXJ8KhYCaMID51z4gBkI3nzemCeDHVkDOFIgPgUSekEzb3Mi0NupxbFjwNt1Dj8QI9mmI8AZUe94AlpJFVaRPmPoOffkm5+Z38Y9+fsC+wRy5qBwFkKZ9pP1rsrOEqcZd7K/Z39CQPQIAI9nAOOKjcmP3DV1h5JQWLElhintdG7IsW/TnNiAXtBrd0F+qKOkCd2dRvCwdLTuvW02R3cFgMyGq9HpuR8M2Bo3O2JdULWC+SFsLxoQ="
before_script:
- "./Tools/before_install.sh"
script:
Expand Down
6 changes: 3 additions & 3 deletions Tools/report_to_github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then
echo "Testing result"
echo $RESULT
# curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST \
# -d "{\"body\": \"Hello world $RESULT\"}" \
# "https://api.github.com/repos/${TRAVIS_REPO_SLUG}/issues/${TRAVIS_PULL_REQUEST}/comments"
curl -H "Authorization: token ${GITHUB_TOKEN}" -X POST \
-d "{\"body\": \"Hello world $RESULT\"}" \
"https://api.github.com/repos/${TRAVIS_REPO_SLUG}/issues/${TRAVIS_PULL_REQUEST}/comments"
fi

0 comments on commit 37a2324

Please sign in to comment.