Browse Source

👷 添加 CI 构建到系统

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
d44bbb4fe2
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      .travis.yml

+ 15
- 0
.travis.yml View File

@@ -0,0 +1,15 @@
# 语言
language: java
# 执行脚本
script: "mvn clean package -DskipTests=true -Dmaven.javadoc.skip=true -B -V"
# 通知
notifications:
email:
recipients:
- 237497819@qq.com
on_success: always # default: change
on_failure: always # default: always
# 缓存
cache:
directories:
- '$HOME/.m2/repository'

Loading…
Cancel
Save