mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
test travis
This commit is contained in:
parent
837f023582
commit
8c990194df
@ -11,7 +11,6 @@ addons:
|
||||
- python3
|
||||
- ruby
|
||||
- gcc-arm-embedded
|
||||
- curl
|
||||
|
||||
install:
|
||||
- gem install ceedling
|
||||
@ -28,4 +27,4 @@ script:
|
||||
|
||||
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
|
||||
- "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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user