I try to build an archive and upload it to the release page on github when i push a tag. However, i can’t see any builds for the tag that i pushed at https://travis-ci.org/rokka-io/rokka-client-php-cli/builds . I do see the build on master, but i pushed that and some minutes later tagged the last master commit and pushed the tag. In a different repository, i see a build for the tag in the list, and then travis-ci generates the archive and uploads it.
looking at the parsed configuration at https://travis-ci.org/rokka-io/rokka-client-php-cli/jobs/642965873/config i notice that it says “true”: {“tags”:true} rather than “on”: {“tags”:true}, but i did that as in the documentation - not sure if this config is necessary, as deploy only happens when we have a tag anyways.
i needed to merge the matrix and the jobs section for it to actually work, doing an entry to stages for “test” as well, and label all my other things test.