diff options
| author | hathach <[email protected]> | 2019-07-08 17:04:29 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-08 17:04:29 +0700 |
| commit | 837f02358293fd5e8639e29188026fb5ae02f1d7 (patch) | |
| tree | 951549f12b2bc054f975ccecfa87808a181a6671 | |
| parent | 2d7e61e6714f9a1acb9ef06b26a506fb26998c15 (diff) | |
| parent | cbd65f489421643aed443f8dcd14e59da96ba299 (diff) | |
Merge branch 'develop'
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 327a8f946..8480c1242 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ addons: - python3 - ruby - gcc-arm-embedded + - curl install: - gem install ceedling @@ -24,3 +25,7 @@ script: # Run unit tests - cd test - ceedling test:all + +after_success: + # 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 |
