diff options
| author | hathach <[email protected]> | 2019-07-08 17:43:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-07-08 17:43:18 +0700 |
| commit | 8c990194dfbc710da58326982de541a03666b526 (patch) | |
| tree | b1e220683c4d828fa4a86ea55b7ef7f0ad8a79ed | |
| parent | 837f02358293fd5e8639e29188026fb5ae02f1d7 (diff) | |
test travis
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8480c1242..83b1a59e1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" |
