Skip to content

Commit

Permalink
Chore(travis): email Marcos+Steve when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcos Cáceres committed May 21, 2019
1 parent 235bd69 commit c7f4711
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ script:
- npx respec-validator --gh-user=$GH_USER --gh-token=$GH_TOKEN index.html
- echo "Done!"
after_success:
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && curl "https://labs.w3.org/echidna/api/request" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"'
- CC="mcaceres@mozilla.com,faulkner.steve@gmail.com"
- '[ "${TRAVIS_PULL_REQUEST}" = "false" ] && curl "https://labs.w3.org/echidna/api/request" --data "cc=$CC" --data "url=$URL" --data "decision=$DECISION" --data "token=$TOKEN"'

0 comments on commit c7f4711

Please sign in to comment.