From 7c390648ab339f6f340630bdccb3d53ce61a251e Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Wed, 2 Dec 2015 09:02:12 +0000 Subject: [PATCH] Update travis configuration: only build trunk git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1717588 13f79535-47bb-0310-9956-ffa450edef68 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7a3645e76..0a0f062a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,10 @@ jdk: - openjdk7 - oraclejdk8 +# only build trunk +branches: + only: + - trunk + after_success: - mvn clean test jacoco:report coveralls:report