From a4219d34f444fc998161c2c46f56fa2956b88dc2 Mon Sep 17 00:00:00 2001 From: RYAN0UP_ Date: Wed, 2 May 2018 10:37:22 +0800 Subject: [PATCH] =?UTF-8?q?:alien:=20=E6=9B=B4=E6=96=B0README=E5=92=8CTrav?= =?UTF-8?q?is-ci=E6=89=93=E5=8C=85=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 4 +++- README.md | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index c4f11b7cf..504334394 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,5 @@ language: java jdk: - - oraclejdk8 \ No newline at end of file + - oraclejdk8 +script: + - mvn clean package -Pprod \ No newline at end of file diff --git a/README.md b/README.md index 4c8ab04fd..ed51a97c7 100755 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ Fast,simple,powerful blog system powered by Java. ```bash git clone https://github.com/ruibaby/halo.git cd halo -mvn clean package -java -jar target/dist/halo/halo-beta.jar +mvn clean package -Pprod +java -jar target/dist/halo/halo-xxx.jar ``` Let's start: http://localhost:8090 @@ -43,14 +43,14 @@ Let's start: http://localhost:8090 [界面预览](PREVIEW.md) -[首页演示](https://ryanc.cc) +[Ryan0up'S Blog](https://ryanc.cc) + +[SNAIL BLOG](https://slogc.cc) ## Download 下载 [Download](https://github.com/ruibaby/halo/releases) -> 目前并未打包成可使用版本,因为目前bug还有点多,需要花点时间才行。 - ## Docs 文档 [Halo Document](https://halo-doc.ryanc.cc)