locationtech-labs / geopyspark

GeoTrellis for PySpark
Other
179 stars 59 forks source link

Travis Deployment Fixes #614

Closed jbouffard closed 6 years ago

jbouffard commented 6 years ago

This PR fixes the remaining issues with deployment so that now Travis will successfully publish to BinTray. There were two issues that were preventing it from working before:

  1. The conditions to publish could not be met.
  2. The sbt plugin used was both incorrect and out of date.

This PR resolves those two problems.