Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Add triggers for repositories with implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
KernelPryanic committed Dec 3, 2018
1 parent 88e7faa commit 9332678
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,23 @@ script:

after_success:
- "curl -s -X POST
-H 'Content-Type: application/json'
-H 'Accept: application/json'
-H 'Travis-API-Version: 3'
-H \"Content-Type: application/json\"
-H \"Accept: application/json\"
-H \"Travis-API-Version: 3\"
-H \"Authorization: token $TRAVIS_API_TOKEN\"
-d '{\"request\": {\"branch\":\"master\"}}'
https://api.travis-ci.org/repo/qbeon%2Fwebwire-go-gorilla/requests"
- "curl -s -X POST
-H \"Content-Type: application/json\"
-H \"Accept: application/json\"
-H \"Travis-API-Version: 3\"
-H \"Authorization: token $TRAVIS_API_TOKEN\"
-d '{\"request\": {\"branch\":\"master\"}}'
https://api.travis-ci.org/repo/qbeon%2Fwebwire-go-fasthttp/requests"
- "curl -s -X POST
-H \"Content-Type: application/json\"
-H \"Accept: application/json\"
-H \"Travis-API-Version: 3\"
-H \"Authorization: token $TRAVIS_API_TOKEN\"
-d '{\"request\": {\"branch\":\"master\"}}'
https://api.travis-ci.org/repo/qbeon%2Fwebwire-go-examples/requests"

0 comments on commit 9332678

Please sign in to comment.