Use Travis build stages to deploy to Maven #961
Labels
priority: low
To be processed when time allows
status: ready for implem
The issue is ready to be implemented
type: maintenance
The issue is related to a meta task (build system, dependency update, etc)
Previously, our Travis config used to deploy snapshots to Maven for each build run in the master branch.
Now, we deploy to Maven only in the first job (by testing that the job name ends with ".1"), but regardless if other jobs succeed or fail.
What we should do instead, is use Travis Build Stages to only deploy if all the builds succeed.
The text was updated successfully, but these errors were encountered: