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/07/11 17:21:53 UTC

[03/50] [abbrv] commons-collections git commit: Revert travis env property.

Revert travis env property.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1716549 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: ec24f7bc01cc7baa96486b356d4fe9b955398eb9
Parents: a7cbb44
Author: Thomas Neidhart <tn...@apache.org>
Authored: Wed Nov 25 21:42:06 2015 +0000
Committer: Thomas Neidhart <tn...@apache.org>
Committed: Wed Nov 25 21:42:06 2015 +0000

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


http://git-wip-us.apache.org/repos/asf/commons-collections/blob/ec24f7bc/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b90f4ca..063ccad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -695,7 +695,7 @@
       <id>travis</id>
       <activation>
         <property>
-          <name>TRAVIS</name>
+          <name>env.TRAVIS</name>
           <value>true</value>
         </property>
       </activation>