You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2015/11/25 22:42:07 UTC

svn commit: r1716549 - /commons/proper/collections/trunk/pom.xml

Author: tn
Date: Wed Nov 25 21:42:06 2015
New Revision: 1716549

URL: http://svn.apache.org/viewvc?rev=1716549&view=rev
Log:
Revert travis env property.

Modified:
    commons/proper/collections/trunk/pom.xml

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=1716549&r1=1716548&r2=1716549&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Wed Nov 25 21:42:06 2015
@@ -695,7 +695,7 @@
       <id>travis</id>
       <activation>
         <property>
-          <name>TRAVIS</name>
+          <name>env.TRAVIS</name>
           <value>true</value>
         </property>
       </activation>