You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2019/05/22 12:18:12 UTC

[commons-rng] 02/04: Ensure travis runs spotbugs and checkstyle checks.

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 <ah...@apache.org>
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