@@ -20,28 +20,28 @@ notifications:
2020 email :
2121 on_success : never
2222
23- # deploy:
24- # # update `api_key.secure`
25- # # - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
26- # # - Encrypt it: `travis encrypt YOUR_TOKEN`
27- # # - Paste the output down here
28- # api_key:
29- # secure: mup1wr3gAlbMJARUpcE/573zjVHWIM3iwdzcH/6hW8RqcSJNuNz964AF/xQcIrCC4y8aZOboOPZLtc2Spo5oDk0NmygOaSbQXlJwJWdbWJ15GXTi0FMzsC83waBCO7xwKXkewqCc+NCsuPbkVoJugcETcgx0ymDaeFP6i3NAs43uIjxdHeVv58BshAwZszp0DuQZWg73Vy4diPSWyVvDYQYtYRVs6Xl9/xlIGL1peORZnk/dFhfI0zvxajNqoOyhwIJzp8nUuwVBxomsBtJ5sKa4T7FAN5HGe4EnMFfnSwAYl5ffjVd4okyMrmDAdl6nveSgeGxcT8kmMpjrLTAEjd7JBw1Pa5mIY+7YduR/XrruLwLCCix0UJpjETppXG18J0gla+znqRCMxSil2GQ18d7TW7c8uetBSDjTn+tLHqSigfXtKExLYnkFOxEzISkHYw0jTHwAadtcxJLaKMsG2MOOFc7eeHuevIftJz7r2ONkORo9s9AX64hGEZVea9+qm27y+QJ6Cor8CZa+8cmdm/NsiWAcbXDg1YpG2MSAHeF/tmqfeVSJiloKJnCnMDE1Rcg2ZmHLd12qUfuF+CrbqpVdunjfFUN6bq0igjN1BfocIsl1285KCiOBZr5p91Wg5Mn87YNR3hihRkU5s32TTH2gETHP+Y24jXtLZQZxdPw=
30- # file_glob: true
31- # file: $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
32- # on:
33- # # Here you can pick which targets will generate binary releases
34- # # In this example, there are some targets that are tested using the stable
35- # # and nightly channels. This condition makes sure there is only one release
36- # # for such targets and that's generated using the stable channel
37- # # condition: $TRAVIS_RUST_VERSION = stable
38- # tags: true
39- # provider: releases
40- # skip_cleanup: true
41-
42- # branches:
43- # only:
44- # # release tags
45- # - /^\d+\.\d+\.\d+.*$/
46- # - master
23+ deploy :
24+ # update `api_key.secure`
25+ # - Create a `public_repo` GitHub token. Go to: https://github.com/settings/tokens/new
26+ # - Encrypt it: `travis encrypt YOUR_TOKEN`
27+ # - Paste the output down here
28+ api_key :
29+ secure : mup1wr3gAlbMJARUpcE/573zjVHWIM3iwdzcH/6hW8RqcSJNuNz964AF/xQcIrCC4y8aZOboOPZLtc2Spo5oDk0NmygOaSbQXlJwJWdbWJ15GXTi0FMzsC83waBCO7xwKXkewqCc+NCsuPbkVoJugcETcgx0ymDaeFP6i3NAs43uIjxdHeVv58BshAwZszp0DuQZWg73Vy4diPSWyVvDYQYtYRVs6Xl9/xlIGL1peORZnk/dFhfI0zvxajNqoOyhwIJzp8nUuwVBxomsBtJ5sKa4T7FAN5HGe4EnMFfnSwAYl5ffjVd4okyMrmDAdl6nveSgeGxcT8kmMpjrLTAEjd7JBw1Pa5mIY+7YduR/XrruLwLCCix0UJpjETppXG18J0gla+znqRCMxSil2GQ18d7TW7c8uetBSDjTn+tLHqSigfXtKExLYnkFOxEzISkHYw0jTHwAadtcxJLaKMsG2MOOFc7eeHuevIftJz7r2ONkORo9s9AX64hGEZVea9+qm27y+QJ6Cor8CZa+8cmdm/NsiWAcbXDg1YpG2MSAHeF/tmqfeVSJiloKJnCnMDE1Rcg2ZmHLd12qUfuF+CrbqpVdunjfFUN6bq0igjN1BfocIsl1285KCiOBZr5p91Wg5Mn87YNR3hihRkU5s32TTH2gETHP+Y24jXtLZQZxdPw=
30+ file_glob : true
31+ file : $CRATE_NAME-$TRAVIS_TAG-$TARGET.*
32+ on :
33+ # Here you can pick which targets will generate binary releases
34+ # In this example, there are some targets that are tested using the stable
35+ # and nightly channels. This condition makes sure there is only one release
36+ # for such targets and that's generated using the stable channel
37+ # condition: $TRAVIS_RUST_VERSION = stable
38+ tags : true
39+ provider : releases
40+ skip_cleanup : true
41+
42+ branches :
43+ only :
44+ # release tags
45+ - /^\d+\.\d+\.\d+.*$/
46+ - master
4747
0 commit comments