Merge branch 'develop'
This commit is contained in:
		| @@ -11,6 +11,7 @@ addons: | |||||||
|       - python3 |       - python3 | ||||||
|       - ruby |       - ruby | ||||||
|       - gcc-arm-embedded |       - gcc-arm-embedded | ||||||
|  |       - curl | ||||||
|  |  | ||||||
| install: | install: | ||||||
|   - gem install ceedling |   - gem install ceedling | ||||||
| @@ -24,3 +25,7 @@ script: | |||||||
|   # Run unit tests |   # Run unit tests | ||||||
|   - cd test |   - cd test | ||||||
|   - ceedling test:all |   - 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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach