This is an automated email from the ASF dual-hosted git repository.

chtompki pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new 78e0970  (refactor) move validation targets into pom
78e0970 is described below

commit 78e0970bbfe6f6f040d008158ee451cad1b9fab7
Author: Rob Tompkins <chtom...@gmail.com>
AuthorDate: Sat May 18 21:59:58 2019 -0400

    (refactor) move validation targets into pom
---
 .travis.yml | 8 +++++++-
 pom.xml     | 1 +
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 357303f..c9e461f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,12 @@ sudo: false
 
 jdk:
   - oraclejdk8
+  - oraclejdk11
+  - openjdk8
+  - openjdk11
+
+script:
+  - mvn
 
 after_success:
-  - mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle 
jacoco:report coveralls:report
+  - mvn clean test jacoco:report coveralls:report -Ptravis-jacoco
diff --git a/pom.xml b/pom.xml
index 4943ac9..d4b50a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -176,6 +176,7 @@
   </dependencies>
 
   <build>
+    <defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check 
pmd:pmd spotbugs:check javadoc:javadoc</defaultGoal>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to