Update README.md

This commit is contained in:
huangyuhui 2016-02-25 23:16:28 +08:00
parent 761e671ecf
commit e3c923e268
2 changed files with 13 additions and 1 deletions

View File

@ -4,5 +4,15 @@ jdk:
deploy:
provider: releases
api_key: 1ab883a4d25412928662c5e7afe722585730eade
file: build/libs/*
file:
- HMCL/build/libs/HMCL-2.4.0.233.exe
- HMCL/build/libs/HMCL-2.4.0.233.jar
skip_cleanup: true
install: echo "skip 'gradle assemble' step"
script: gradle build --continue
before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

View File

@ -2,6 +2,8 @@
Hello Minecraft! Launcher is a Minecraft launcher.
License is GPL v3, see http://www.gnu.org/licenses/gpl.html
!(TRAVIS CI)[https://travis-ci.org/huanghongxun/HMCL.svg?branch=master]
### Joining
If you really want to join the development, here's some requests.
* The Development Environment is Netbeans 8.0.2 with Gradle Support plugin.