Skip to content

Commit

Permalink
Merge pull request #85 from yaooqinn/i84
Browse files Browse the repository at this point in the history
fix #84 releasing 0.2.0
  • Loading branch information
yaooqinn authored May 31, 2018
2 parents 5478d99 + deadbd8 commit fa69bc7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 10 deletions.
25 changes: 17 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,24 @@ cache:
directories:
- $HOME/.m2

before_deploy:
- ./build/dist --tgz

deploy:
provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
email: yaooqinn@hotmail.com
name: Kent Yao
on:
branch: master
- provider: pages
skip_cleanup: true
github_token: $GITHUB_TOKEN
email: yaooqinn@hotmail.com
name: Kent Yao
on:
branch: master
- provider: releases
api_key: $GITHUB_TOKEN
file_glob: true
file: kyuubi-*.tar.gz
skip_cleanup: true
on:
tags: true

install:
- ./build/mvn install -q -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Expand All @@ -23,7 +33,6 @@ script:
- ./build/mvn package -Pspark-2.2 -q -Dmaven.javadoc.skip=true -B -V
- ./build/mvn package -Pspark-2.3 -q -Dmaven.javadoc.skip=true -B -V


language: java
after_success:
- bash <(curl -s https://codecov.io/bash)
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>yaooqinn</groupId>
<artifactId>kyuubi</artifactId>
<name>Kyuubi Thrift Server</name>
<version>0.1.0</version>
<version>0.2.0</version>
<packaging>jar</packaging>

<licenses>
Expand All @@ -40,7 +40,7 @@
<name>Kent Yao</name>
<email>hzyaoqin@corp.netease.com</email>
<organization>yaooqinn</organization>
<url>http://www.jianshu.com/u/14effefbbf32</url>
<url>https://github.com/yaooqinn</url>
</developer>
</developers>

Expand Down

0 comments on commit fa69bc7

Please sign in to comment.