Author: tn Date: Wed Dec 2 09:02:12 2015 New Revision: 1717588 URL: http://svn.apache.org/viewvc?rev=1717588&view=rev Log: Update travis configuration: only build trunk
Modified: commons/proper/collections/trunk/.travis.yml Modified: commons/proper/collections/trunk/.travis.yml URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/.travis.yml?rev=1717588&r1=1717587&r2=1717588&view=diff ============================================================================== --- commons/proper/collections/trunk/.travis.yml (original) +++ commons/proper/collections/trunk/.travis.yml Wed Dec 2 09:02:12 2015 @@ -6,5 +6,10 @@ jdk: - openjdk7 - oraclejdk8 +# only build trunk +branches: + only: + - trunk + after_success: - mvn clean test jacoco:report coveralls:report