Merge branch 'develop'

This commit is contained in:
hathach 2019-07-08 17:04:29 +07:00
commit 837f023582
1 changed files with 5 additions and 0 deletions

View File

@ -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