4.0 defaults
[betaflight.git] / docs / development / Travis.md
blobf9c87ef33b11d3157921d0017dbf6e857d46111b
1 #Travis
3 Cleanflight provides Travis build and config files in the repository root.
5 ## Pushing builds to a remote server
7 ```.travis.sh``` script can upload build artifacts to a remote server. This feature is controlled by the
8 ```PUBLISH_URL``` environment variable. If set, the build script will use the cURL binary and simulate
9 a file upload post to the configured server.
11 Pleas check the ```notifications``` section in the ```.travis.yml``` file and adjust the irc notifications if you plan on using Travis on your Cleanflight fork