Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 19d6198

Browse files
committed
.travis.yml: include deploy
1 parent 205f4a6 commit 19d6198

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

‎.travis.yml‎

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
language: java
22
script:
3-
- gradle plugin
4-
cache:
5-
directories:
6-
- $HOME/.m2
3+
- gradle plugin
4+
deploy:
5+
skip_cleanup: true
6+
provider: releases
7+
api_key:
8+
secure: nkOCpYO8dKKoOyvOGgJTxtOPoakoWgJ22SWcPOyRmEHl8KT3CJLRUJv1SP+2UpuQqbMSDeCwEvRp5FXdRFCtuFaMFpp+mhqVF/ZBahnnohtqlnlZaix8zcsg6JD1pEtrM6SE864paoWHjNiUecZjymBwgrdrmzgOCPN26u6tenPOou6VeQ1D0o6EwIhzSS96ucGHvYkWv3PJUQgqPsELujXTVUnyo5AqpMMspDp5rN9eQWBM7ynHqbnU9c8eD9GlcqPx5CHO+Sibv3YlNO59Cd24V2y/MnKua/sP3N7xeo9Itro/p0v4GSzvZlKHH9kNSak1khdxgJHO8vXm4EGJPJbV372cEPNbiZFWd6w1GBkgHURs3SKnnDcJigbDprb+bu+vDpvTQjBkHoY/Dyz42b5TiWjUtccx93EglTcS1dwtSN3rkKV64ghr2Epwon84F0Hi5ZFJpTroaAz0nAWrJnKzm7un2hhaZ4OlQjme808BRL6yk0hOrDOaGPDL9Gb4Dr86mu8MSKvu5ARq1Ta83EVVYtJxw4ilrNIKgVi109yi7kzEAygPGnVYrN6JRVnIwO2txMcD76Z40TbgkWfELG/+sS0cI6VfMEMz9rpMTyyvoeonQbiA10KxqzdkxFOh2M3oyGP5RgycKw8QoR/Pdd6lu75mzpWUxM0AGAasrVI=
9+
file: build/distributions/elasticsearch-http-basic-plugin.zip
10+
on:
11+
repo: Cleafy/elasticsearch-http-basic
12+
tags: true
13+
branch: master

‎build.gradle‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,4 @@ task unpackPlugin(type: Copy, dependsOn: [':buildPluginZip']) {
9898
into "plugins/${pluginName}"
9999
}
100100

101+
plugin.setVersion('')

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /