Skip to content

Fix travis deploys

swl-x requested to merge stdevPavelmc:stdevPavelmc_t14_fix_travis_deploy into develop

Created by: stdevPavelmc

This pull will fix the travis deploy on tag. THIS IS READY TO MERGE

After the merge, do a

git tag v0.3.0-dev -m "Dev test deploy"
git push origin --tags

And watch for the travis-ci logs on https://travis-ci.org/llamaret/MystiQ/ & https://github.com/llamaret/MystiQ/releases for the output.

If all goes well merge develop into master,

Then for new releases just repeat the above code with the proper version (v0.3.0-dev) and comment (-m "Dev test deploy") got to github releases on completion and fill the draft release details and make it permanent.

Merge request reports