8000 Newb by BetaGrey · Pull Request #8 · fanchaoo/hahu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Newb #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions .tavis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# test ci
branches:
only:
- master
- featureA

language: java
jdk:
- oraclejdk8

env:
CATALINA_BASE=/home/travis

sudo: false
install: true

script:
- mvn install
- mvn cobertura:cobertura

after_success:
- bash <(curl -s https://codecov.io/bash)

before_deploy:
- git config --local user.name "BetaGrey"
- git config --local user.email "pku_gewei@163.com"
- git tag "$(date +''%Y%m%d%H%M%S)-$(git log --format=%h -l)"

deploy:
provider: releases
api_key: $github_oauth_token
file: /home/travis/.m2/repository/com/fc/hahu/1.3/hahu-1.3.war
skip_cleanup: true
on:
branch: master
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
![image.png](https://upload-images.jianshu.io/upload_images/1754553-dc817abefabc0f74.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

![image.png](https://upload-images.jianshu.io/upload_images/1754553-3aa1db011a58ac67.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)

FInal
0