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

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

commit 0fb3012753d1c47bac6558981ce610701e0c075d
Author: aherbert <[email protected]>
AuthorDate: Wed May 22 10:44:20 2019 +0100

    Ensure travis runs spotbugs and checkstyle checks.
    
    pmd currently fails so pmd:check cannot be used.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index a7ec732..40f26c1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,4 +22,4 @@ jdk:
   - oraclejdk9
 
 after_success:
-  - mvn clean test pmd:pmd spotbugs:spotbugs checkstyle:checkstyle 
jacoco:report coveralls:report
+  - mvn clean test spotbugs:check checkstyle:check jacoco:report 
coveralls:report

Reply via email to