You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@distributedlog.apache.org by si...@apache.org on 2016/11/02 05:51:43 UTC

incubator-distributedlog git commit: DL-59: Check findbugs warning before packaging

Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master f88c1e6e4 -> 298abf86b


DL-59: Check findbugs warning before packaging

check findbugs errors before running package

Author: Khurrum Nasim <kh...@gmail.com>

Reviewers: Sijie Guo <si...@apache.org>

Closes #38 from khurrumnasimm/kn/DL-59


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/298abf86
Tree: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/298abf86
Diff: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/298abf86

Branch: refs/heads/master
Commit: 298abf86b7f8b9b62b20d5d26946db3dea5b8b8d
Parents: f88c1e6
Author: Khurrum Nasim <kh...@gmail.com>
Authored: Tue Nov 1 22:51:35 2016 -0700
Committer: Sijie Guo <si...@apache.org>
Committed: Tue Nov 1 22:51:35 2016 -0700

----------------------------------------------------------------------
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/298abf86/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index fc464b3..9953fed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,11 +24,11 @@ before_install:
   - echo "MAVEN_OPTS='-Xmx3072m -XX:MaxPermSize=512m'" > ~/.mavenrc
 
 install:
-  - travis_retry mvn -B install clean -U -DskipTests=true
+  - travis_retry mvn -B install clean findbugs:check -U -DskipTests=true
 
 script:
   - travis_retry mvn clean apache-rat:check
-  - travis_wait 60 mvn package findbugs:check
+  - travis_wait 60 mvn package 
 
 cache:
   directories: