瀏覽代碼

💚 update travis.yml

master
Binary Wang 5 年之前
committed by GitHub
父節點
當前提交
74c5e5f3e7
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入10 次删除
  1. +1
    -10
      .travis.yml

+ 1
- 10
.travis.yml 查看文件

@@ -1,18 +1,10 @@
language: java
#sudo: false
#install: true
#addons:
# sonarcloud:
# token:
# secure: "834110c7191f97ecb226970c46dcaff8e681da5a"


jdk:
- openjdk8
script: "mvn clean package -DskipTests=true -Dcheckstyle.skip=true"

#script:
# - mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar

branches:
only:
- develop
@@ -20,7 +12,6 @@ branches:
cache:
directories:
- '$HOME/.m2/repository'
# - '$HOME/.sonar/cache'

notifications:
email:


Loading…
取消
儲存