You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2019/07/09 16:19:22 UTC

[accumulo-examples] branch master updated: Update Travis config

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

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a5ba30  Update Travis config
7a5ba30 is described below

commit 7a5ba30ab56d0da011a6408f732c0772c128b54e
Author: Mike Miller <mm...@apache.org>
AuthorDate: Tue Jul 9 12:18:47 2019 -0400

    Update Travis config
---
 .travis.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 1faba7e..44b2c31 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,4 +19,8 @@ cache:
 jdk:
   - openjdk8
 install: true
-script: mvn clean verify
+env:
+  - BUILD_CMD="mvn clean verify -DskipITs"  # main build of unit tests
+  - BUILD_CMD="travis_wait 30 mvn clean verify -q # quiet run, just print errors
+script:
+  - $BUILD_CMD