Update README.md
This commit is contained in:
22
.travis.yml
22
.travis.yml
@@ -1,18 +1,18 @@
|
|||||||
language: java
|
language: java
|
||||||
jdk:
|
jdk:
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
api_key: 1ab883a4d25412928662c5e7afe722585730eade
|
api_key:
|
||||||
file:
|
secure: lfFEwKtij/s9Ao/SKL7oVdsWcfASshZuwT27gllMrTx1ZQqLCG2I5mGJOp5ukx7lb3y4Tu316nFasLjy9NI3eLXSx9f0w4q+wMf0K5Yj9iOwu/TIn7JkLyHDMQ20qRwGxZplS2WUb669gIRg+l6jUHeTBW+dlTxr0mMa6WHIl8UDpHwfFrGC3i6dL4y6WlDwGl2rYktvOoA/iqvtglBcHuXaL2sDfhp5MXRcYULTIw+b9zmiQXP665DQN+Su5I3gwB4y5X8RH72GAacZn13fEIo5i8UUoHM7UQxM8y8DKSO3avyFCfpUle9+9sErQVW7b6JV1c+AoLWuAhNJLMlUTKarZE7UMqfjvoQHxX5hp2B2WHLEON/UJiGf25HJWx6VhJitE0/odujqnG/umesqki2jMTs6gPcxbc9iBjzUg+ZmFztdtC+Emnni7lpqVVl+Y5hsJRn3Z6rIiNgwmaE0r2OQgAm1vRYFc7jvOdRfyFG+uCRZF6nS56BzJ7dLc0WW8dTgSft6YFll4ZYL6hiI9qiIaBAK948y5HV+6VBWuO3xf/G2CUFbE1Y9qUCjToh3ahxNDzZvXB+rXqvlvNQOi5l8n594oQ61n45qIHSKlMBn9Bxhw29oWT5mo1aYIaNXbpzKam2w4mK0T3VrgTszu/3282wRbNr+VAwdGMfwW1s=
|
||||||
- HMCL/build/libs/HMCL-2.4.0.233.exe
|
file: HMCL/build/libs/HMCL-2.4.0.233.jar
|
||||||
- HMCL/build/libs/HMCL-2.4.0.233.jar
|
on:
|
||||||
skip_cleanup: true
|
repo: huanghongxun/HMCL
|
||||||
install: echo "skip 'gradle assemble' step"
|
install: echo "skip 'gradle assemble' step"
|
||||||
script: gradle build --continue
|
script: gradle build --continue
|
||||||
before_cache:
|
before_cache:
|
||||||
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.gradle/caches/
|
- "$HOME/.gradle/caches/"
|
||||||
- $HOME/.gradle/wrapper/
|
- "$HOME/.gradle/wrapper/"
|
||||||
|
|||||||
@@ -1,9 +1,7 @@
|
|||||||
# Hello Minecraft! Launcher
|
# Hello Minecraft! Launcher [](https://travis-ci.org/huanghongxun/HMCL)
|
||||||
Hello Minecraft! Launcher is a Minecraft launcher.
|
Hello Minecraft! Launcher is a Minecraft launcher.
|
||||||
License is GPL v3, see http://www.gnu.org/licenses/gpl.html
|
License is GPL v3, see http://www.gnu.org/licenses/gpl.html
|
||||||
|
|
||||||
!(TRAVIS CI)[https://travis-ci.org/huanghongxun/HMCL.svg?branch=master]
|
|
||||||
|
|
||||||
### Joining
|
### Joining
|
||||||
If you really want to join the development, here's some requests.
|
If you really want to join the development, here's some requests.
|
||||||
* The Development Environment is Netbeans 8.0.2 with Gradle Support plugin.
|
* The Development Environment is Netbeans 8.0.2 with Gradle Support plugin.
|
||||||
|
|||||||
Reference in New Issue
Block a user