Skip to content

Commit

Permalink
Merge pull request #607 from jbouffard/fix/travis/published-version-2
Browse files Browse the repository at this point in the history
Another Fix for Publishing to BinTray
  • Loading branch information
Jacob Bouffard committed Jan 11, 2018
2 parents 1f8959a + f2e6417 commit 4398be0
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ before_deploy:
- export GEOPYSPARK_VERSION_SUFFIX="-${TRAVIS_COMMIT:0:7}"

deploy:
provide: script
script: "deploy.sh"
skip_cleanup: true
on:
repo: locationtech-labs/geopyspark
branch: master
jdk: oraclejdk8
scala: "2.11.8"
- provider: script
script: ./deploy.sh
skip_cleanup: true
on:
repo: locationtech-labs/geopyspark
branch: master
jdk: oraclejdk8
scala: "2.11.8"

after_deploy:
- rm -f "${HOME}/.bintray/.credentials"

0 comments on commit 4398be0

Please sign in to comment.