summaryrefslogtreecommitdiff
path: root/tools/build_success.sh
blob: df725bdce35ad420a6c5ba915a1e63d37ed32dfe (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

# Trigger mynewt-tinyusb-example repo each push
curl -s -X POST \
   -H "Content-Type: application/json" \
   -H "Accept: application/json" \
   -H "Travis-API-Version: 3" \
   -H "Authorization: token $TRAVIS_TOKEN" \
   -d '{ "request": { "branch":"master" }}' \
   https://api.travis-ci.com/repo/hathach%2Fmynewt-tinyusb-example/requests