Fixed error with multiple deployments from travis
This PR fixes the problem of multiple competing deployments from travis for tags by adding the skip_existing: true
key to the deploy
configuration.
This PR fixes the problem of multiple competing deployments from travis for tags by adding the skip_existing: true
key to the deploy
configuration.