Skip to content

Commit

Permalink
remove deploy in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Jul 26, 2018
1 parent 6e36070 commit 882ee94
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,3 @@ script:
- java -version
language: java
script: mvn clean package
deploy:
provider: releases
api_key:
secure: TnK4FFVPqP/VIWMt07j2cSKqjMNSjslQil6QIJwiffwdonDMS5hLL+xqwvj/GZnDhKuJ8Fhc9xHzpiJWSrKV/kr201wJc55+CkqkA6q5K6ihfMSOfN1kkgqdxAjalJySzMQOPtz7GYwgTGy1PmJ9h2GPNx9hKm/i1d1aJI1H+HM=
file: target/releases/elasticsearch-analysis-pinyin-*.zip
file_glob: true
on:
repo: medcl/elasticsearch-analysis-pinyin
tags: true
all_branches: true

0 comments on commit 882ee94

Please sign in to comment.