You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/06/12 11:58:25 UTC

[1/6] [text] adding ibmjdk8 support to commons-text

Repository: commons-text
Updated Branches:
  refs/heads/master 6a5fcfcba -> bfbf2c756


adding ibmjdk8 support to commons-text


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/4774bb19
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/4774bb19
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/4774bb19

Branch: refs/heads/master
Commit: 4774bb19f318ee15232f4d5f3cc08245eb9b9b3a
Parents: e85959f
Author: Amey Jadiye <am...@gmail.com>
Authored: Fri Jun 9 01:20:27 2017 +0530
Committer: Amey Jadiye <am...@gmail.com>
Committed: Fri Jun 9 01:20:27 2017 +0530

----------------------------------------------------------------------
 .travis.yml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/4774bb19/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3c5ac3c..3b4aaf2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,15 @@ jdk:
   - oraclejdk7
   - oraclejdk8
 
+services:
+  - docker
+
+before_install:
+  - docker pull ibmcom/ibmjava:8-sdk
+
 script:
   - mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc
+  - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get update && cd work && apt-get install maven && mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc"
 
 after_success:
   - mvn clean test jacoco:report coveralls:report


Re: [6/6] [text] Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text

Posted by Gary Gregory <ga...@gmail.com>.
Yep, sorry about that!

Gary

On Mon, Jun 12, 2017 at 2:10 PM, Ralph Goers <ra...@dslextreme.com>
wrote:

> Wrong list?
>
> Ralph
>
> > On Jun 12, 2017, at 1:46 PM, Gary Gregory <ga...@gmail.com>
> wrote:
> >
> > Hi Rob,
> >
> > Thank you for pushing this through.
> >
> > Would you consider doing the same for the few other Travis builds we have
> > in Commons?
> >
> > Thank you,
> > Gary
> >
> > ---------- Forwarded message ----------
> > From: <ch...@apache.org>
> > Date: Mon, Jun 12, 2017 at 4:58 AM
> > Subject: [6/6] [text] Merge branch 'travis-ibmjdk8' of
> > https://github.com/ameyjadiye/commons-text
> > To: commits@commons.apache.org
> >
> >
> > Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/
> commons-text
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/
> bfbf2c75
> > Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfbf2c75
> > Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/bfbf2c75
> >
> > Branch: refs/heads/master
> > Commit: bfbf2c75679257eb1c04d6748a5c9d095b0bee2a
> > Parents: 6a5fcfc f811452
> > Author: Rob Tompkins <ch...@apache.org>
> > Authored: Mon Jun 12 07:58:18 2017 -0400
> > Committer: Rob Tompkins <ch...@apache.org>
> > Committed: Mon Jun 12 07:58:18 2017 -0400
> >
> > ----------------------------------------------------------------------
> > .travis.yml | 9 ++++++++-
> > pom.xml     | 2 +-
> > 2 files changed, 9 insertions(+), 2 deletions(-)
> > ----------------------------------------------------------------------
> >
> >
> > http://git-wip-us.apache.org/repos/asf/commons-text/blob/
> bfbf2c75/pom.xml
> > ----------------------------------------------------------------------
>
>
>

Re: [6/6] [text] Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Jun 12, 2017 at 2:19 PM, Rob Tompkins <ch...@gmail.com> wrote:

>
>
> > On Jun 12, 2017, at 5:14 PM, Gary Gregory <ga...@gmail.com>
> wrote:
> >
> > Hi Rob,
> >
> > Thank you for pushing this through.
> >
> > Would you consider doing the same for the few other Travis builds we have
> > in Commons?
>
> Sure. I'll start chipping away at that.
>

Thank you sir!

Gary


>
> -Rob
>
> >
> > Thank you,
> > Gary
> >
> >> ---------- Forwarded message ----------
> >> From: <ch...@apache.org>
> >> Date: Mon, Jun 12, 2017 at 4:58 AM
> >> Subject: [6/6] [text] Merge branch 'travis-ibmjdk8' of
> >> https://github.com/ameyjadiye/commons-text
> >> To: commits@commons.apache.org
> >>
> >>
> >> Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/
> > commons-text
> >>
> >>
> >> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> >> Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/
> > bfbf2c75
> >> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfbf2c75
> >> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/bfbf2c75
> >>
> >> Branch: refs/heads/master
> >> Commit: bfbf2c75679257eb1c04d6748a5c9d095b0bee2a
> >> Parents: 6a5fcfc f811452
> >> Author: Rob Tompkins <ch...@apache.org>
> >> Authored: Mon Jun 12 07:58:18 2017 -0400
> >> Committer: Rob Tompkins <ch...@apache.org>
> >> Committed: Mon Jun 12 07:58:18 2017 -0400
> >>
> >> ----------------------------------------------------------------------
> >> .travis.yml | 9 ++++++++-
> >> pom.xml     | 2 +-
> >> 2 files changed, 9 insertions(+), 2 deletions(-)
> >> ----------------------------------------------------------------------
> >>
> >>
> >> http://git-wip-us.apache.org/repos/asf/commons-text/blob/
> bfbf2c75/pom.xml
> >> ----------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [6/6] [text] Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text

Posted by Amey Jadiye <am...@gmail.com>.
I have created PR for Commons Lang, you may to copy same file to other
components.

Thanks,
Amey

On Tue, Jun 13, 2017 at 2:49 AM, Rob Tompkins <ch...@gmail.com> wrote:

>
>
> > On Jun 12, 2017, at 5:14 PM, Gary Gregory <ga...@gmail.com>
> wrote:
> >
> > Hi Rob,
> >
> > Thank you for pushing this through.
> >
> > Would you consider doing the same for the few other Travis builds we have
> > in Commons?
>
> Sure. I'll start chipping away at that.
>
> -Rob
>
> >
> > Thank you,
> > Gary
> >
> >> ---------- Forwarded message ----------
> >> From: <ch...@apache.org>
> >> Date: Mon, Jun 12, 2017 at 4:58 AM
> >> Subject: [6/6] [text] Merge branch 'travis-ibmjdk8' of
> >> https://github.com/ameyjadiye/commons-text
> >> To: commits@commons.apache.org
> >>
> >>
> >> Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/
> > commons-text
> >>
> >>
> >> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> >> Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/
> > bfbf2c75
> >> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfbf2c75
> >> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/bfbf2c75
> >>
> >> Branch: refs/heads/master
> >> Commit: bfbf2c75679257eb1c04d6748a5c9d095b0bee2a
> >> Parents: 6a5fcfc f811452
> >> Author: Rob Tompkins <ch...@apache.org>
> >> Authored: Mon Jun 12 07:58:18 2017 -0400
> >> Committer: Rob Tompkins <ch...@apache.org>
> >> Committed: Mon Jun 12 07:58:18 2017 -0400
> >>
> >> ----------------------------------------------------------------------
> >> .travis.yml | 9 ++++++++-
> >> pom.xml     | 2 +-
> >> 2 files changed, 9 insertions(+), 2 deletions(-)
> >> ----------------------------------------------------------------------
> >>
> >>
> >> http://git-wip-us.apache.org/repos/asf/commons-text/blob/
> bfbf2c75/pom.xml
> >> ----------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 

---------------------------------------------------------------------

To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org

For additional commands, e-mail: dev-help@commons.apache.org

Re: [6/6] [text] Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text

Posted by Rob Tompkins <ch...@gmail.com>.

> On Jun 12, 2017, at 5:14 PM, Gary Gregory <ga...@gmail.com> wrote:
> 
> Hi Rob,
> 
> Thank you for pushing this through.
> 
> Would you consider doing the same for the few other Travis builds we have
> in Commons?

Sure. I'll start chipping away at that. 

-Rob

> 
> Thank you,
> Gary
> 
>> ---------- Forwarded message ----------
>> From: <ch...@apache.org>
>> Date: Mon, Jun 12, 2017 at 4:58 AM
>> Subject: [6/6] [text] Merge branch 'travis-ibmjdk8' of
>> https://github.com/ameyjadiye/commons-text
>> To: commits@commons.apache.org
>> 
>> 
>> Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/
> commons-text
>> 
>> 
>> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
>> Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/
> bfbf2c75
>> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfbf2c75
>> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/bfbf2c75
>> 
>> Branch: refs/heads/master
>> Commit: bfbf2c75679257eb1c04d6748a5c9d095b0bee2a
>> Parents: 6a5fcfc f811452
>> Author: Rob Tompkins <ch...@apache.org>
>> Authored: Mon Jun 12 07:58:18 2017 -0400
>> Committer: Rob Tompkins <ch...@apache.org>
>> Committed: Mon Jun 12 07:58:18 2017 -0400
>> 
>> ----------------------------------------------------------------------
>> .travis.yml | 9 ++++++++-
>> pom.xml     | 2 +-
>> 2 files changed, 9 insertions(+), 2 deletions(-)
>> ----------------------------------------------------------------------
>> 
>> 
>> http://git-wip-us.apache.org/repos/asf/commons-text/blob/bfbf2c75/pom.xml
>> ----------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Fwd: [6/6] [text] Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text

Posted by Gary Gregory <ga...@gmail.com>.
Hi Rob,

Thank you for pushing this through.

Would you consider doing the same for the few other Travis builds we have
in Commons?

Thank you,
Gary

> ---------- Forwarded message ----------
> From: <ch...@apache.org>
> Date: Mon, Jun 12, 2017 at 4:58 AM
> Subject: [6/6] [text] Merge branch 'travis-ibmjdk8' of
> https://github.com/ameyjadiye/commons-text
> To: commits@commons.apache.org
>
>
> Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/
commons-text
>
>
> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/
bfbf2c75
> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfbf2c75
> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/bfbf2c75
>
> Branch: refs/heads/master
> Commit: bfbf2c75679257eb1c04d6748a5c9d095b0bee2a
> Parents: 6a5fcfc f811452
> Author: Rob Tompkins <ch...@apache.org>
> Authored: Mon Jun 12 07:58:18 2017 -0400
> Committer: Rob Tompkins <ch...@apache.org>
> Committed: Mon Jun 12 07:58:18 2017 -0400
>
> ----------------------------------------------------------------------
> .travis.yml | 9 ++++++++-
> pom.xml     | 2 +-
> 2 files changed, 9 insertions(+), 2 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/commons-text/blob/bfbf2c75/pom.xml
> ----------------------------------------------------------------------

Re: [6/6] [text] Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text

Posted by Ralph Goers <ra...@dslextreme.com>.
Wrong list?

Ralph

> On Jun 12, 2017, at 1:46 PM, Gary Gregory <ga...@gmail.com> wrote:
> 
> Hi Rob,
> 
> Thank you for pushing this through.
> 
> Would you consider doing the same for the few other Travis builds we have
> in Commons?
> 
> Thank you,
> Gary
> 
> ---------- Forwarded message ----------
> From: <ch...@apache.org>
> Date: Mon, Jun 12, 2017 at 4:58 AM
> Subject: [6/6] [text] Merge branch 'travis-ibmjdk8' of
> https://github.com/ameyjadiye/commons-text
> To: commits@commons.apache.org
> 
> 
> Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bfbf2c75
> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfbf2c75
> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/bfbf2c75
> 
> Branch: refs/heads/master
> Commit: bfbf2c75679257eb1c04d6748a5c9d095b0bee2a
> Parents: 6a5fcfc f811452
> Author: Rob Tompkins <ch...@apache.org>
> Authored: Mon Jun 12 07:58:18 2017 -0400
> Committer: Rob Tompkins <ch...@apache.org>
> Committed: Mon Jun 12 07:58:18 2017 -0400
> 
> ----------------------------------------------------------------------
> .travis.yml | 9 ++++++++-
> pom.xml     | 2 +-
> 2 files changed, 9 insertions(+), 2 deletions(-)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/commons-text/blob/bfbf2c75/pom.xml
> ----------------------------------------------------------------------



Fwd: [6/6] [text] Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text

Posted by Gary Gregory <ga...@gmail.com>.
Hi Rob,

Thank you for pushing this through.

Would you consider doing the same for the few other Travis builds we have
in Commons?

Thank you,
Gary

---------- Forwarded message ----------
From: <ch...@apache.org>
Date: Mon, Jun 12, 2017 at 4:58 AM
Subject: [6/6] [text] Merge branch 'travis-ibmjdk8' of
https://github.com/ameyjadiye/commons-text
To: commits@commons.apache.org


Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bfbf2c75
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfbf2c75
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/bfbf2c75

Branch: refs/heads/master
Commit: bfbf2c75679257eb1c04d6748a5c9d095b0bee2a
Parents: 6a5fcfc f811452
Author: Rob Tompkins <ch...@apache.org>
Authored: Mon Jun 12 07:58:18 2017 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Mon Jun 12 07:58:18 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 9 ++++++++-
 pom.xml     | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/bfbf2c75/pom.xml
----------------------------------------------------------------------

[6/6] [text] Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text

Posted by ch...@apache.org.
Merge branch 'travis-ibmjdk8' of https://github.com/ameyjadiye/commons-text


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/bfbf2c75
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/bfbf2c75
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/bfbf2c75

Branch: refs/heads/master
Commit: bfbf2c75679257eb1c04d6748a5c9d095b0bee2a
Parents: 6a5fcfc f811452
Author: Rob Tompkins <ch...@apache.org>
Authored: Mon Jun 12 07:58:18 2017 -0400
Committer: Rob Tompkins <ch...@apache.org>
Committed: Mon Jun 12 07:58:18 2017 -0400

----------------------------------------------------------------------
 .travis.yml | 9 ++++++++-
 pom.xml     | 2 +-
 2 files changed, 9 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/bfbf2c75/pom.xml
----------------------------------------------------------------------


[5/6] [text] using official dockerhub repo for ibmjava8

Posted by ch...@apache.org.
using official dockerhub repo for ibmjava8


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/f8114528
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/f8114528
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/f8114528

Branch: refs/heads/master
Commit: f81145284707270547a859b0f3bac650b32e2bf6
Parents: 5cb5d36
Author: Amey Jadiye <am...@gmail.com>
Authored: Fri Jun 9 23:17:29 2017 +0530
Committer: Amey Jadiye <am...@gmail.com>
Committed: Fri Jun 9 23:17:29 2017 +0530

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


http://git-wip-us.apache.org/repos/asf/commons-text/blob/f8114528/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 6ddc48a..a80fc2e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,8 +28,8 @@ before_install:
   - docker pull ibmcom/ibmjava:8-sdk
 
 script:
-  - mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc
-  - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get update && cd work && apt-get install -y maven && mvn"
+  - mvn
+  - docker run -v `pwd`:/work library/ibmjava:8-sdk /bin/bash -c "apt-get update && cd work && apt-get install -y maven && mvn"
 
 after_success:
   - mvn clean test jacoco:report coveralls:report


[4/6] [text] replaced test with verify

Posted by ch...@apache.org.
replaced test with verify

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/5cb5d36d
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/5cb5d36d
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/5cb5d36d

Branch: refs/heads/master
Commit: 5cb5d36daf303162bc2a79e4a567ca3d90681350
Parents: 52a2524
Author: Amey Jadiye <am...@gmail.com>
Authored: Fri Jun 9 13:06:22 2017 +0530
Committer: GitHub <no...@github.com>
Committed: Fri Jun 9 13:06:22 2017 +0530

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/5cb5d36d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 87534ba..7a9cb3f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,7 @@
 
 
   <build>
-    <defaultGoal>clean test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal>
+    <defaultGoal>clean verify apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc</defaultGoal>
     <pluginManagement>
       <plugins>
         <plugin>


[3/6] [text] using maven defaultGoal rather specifying explicitly.

Posted by ch...@apache.org.
using maven defaultGoal rather specifying explicitly.

Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/52a25248
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/52a25248
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/52a25248

Branch: refs/heads/master
Commit: 52a252489717d241dc845c402f87516c499669ed
Parents: 90b5426
Author: Amey Jadiye <am...@gmail.com>
Authored: Fri Jun 9 12:41:31 2017 +0530
Committer: GitHub <no...@github.com>
Committed: Fri Jun 9 12:41:31 2017 +0530

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/52a25248/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index befca55..6ddc48a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ before_install:
 
 script:
   - mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc
-  - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get update && cd work && apt-get install -y maven && mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc"
+  - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get update && cd work && apt-get install -y maven && mvn"
 
 after_success:
   - mvn clean test jacoco:report coveralls:report


[2/6] [text] assume yes for all apt-get install

Posted by ch...@apache.org.
assume yes for all apt-get install


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/90b5426b
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/90b5426b
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/90b5426b

Branch: refs/heads/master
Commit: 90b5426b33476d091b19eb50de8d352a2295b8c7
Parents: 4774bb1
Author: Amey Jadiye <am...@gmail.com>
Authored: Fri Jun 9 01:29:59 2017 +0530
Committer: Amey Jadiye <am...@gmail.com>
Committed: Fri Jun 9 01:29:59 2017 +0530

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/90b5426b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3b4aaf2..befca55 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,7 +29,7 @@ before_install:
 
 script:
   - mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc
-  - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get update && cd work && apt-get install maven && mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc"
+  - docker run -v `pwd`:/work ibmcom/ibmjava:8-sdk /bin/bash -c "apt-get update && cd work && apt-get install -y maven && mvn test apache-rat:check clirr:check checkstyle:check findbugs:check javadoc:javadoc"
 
 after_success:
   - mvn clean test jacoco:report coveralls:report