Browse Source

Update .travis.yml

master
Binary Wang 8 years ago
committed by GitHub
parent
commit
12329d0a8c
1 changed files with 15 additions and 2 deletions
  1. +15
    -2
      .travis.yml

+ 15
- 2
.travis.yml View File

@@ -1,8 +1,14 @@
language: java
sudo: false
install: true
addons:
sonarqube:
token:
secure: "834110c7191f97ecb226970c46dcaff8e681da5a"

jdk:
- oraclejdk7

script: "mvn clean package -Dmaven.test.skip=true"
#script: "mvn clean package -Dmaven.test.skip=true"

branches:
only:
@@ -11,3 +17,10 @@ branches:
notifications:
email:
- binaryw@qq.com
script:
- mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent package sonar:sonar
cache:
directories:
- '$HOME/.m2/repository'
- '$HOME/.sonar/cache'

Loading…
Cancel
Save