Browse Source

💚 update travis.yml

master
Binary Wang 5 years ago
committed by GitHub
parent
commit
74c5e5f3e7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 10 deletions
  1. +1
    -10
      .travis.yml

+ 1
- 10
.travis.yml View File

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



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


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

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


notifications: notifications:
email: email:


Loading…
Cancel
Save