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)