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
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/7c390648 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/7c390648 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/7c390648 Branch: refs/heads/master Commit: 7c390648ab339f6f340630bdccb3d53ce61a251e Parents: 123ed9c Author: Thomas Neidhart <[email protected]> Authored: Wed Dec 2 09:02:12 2015 +0000 Committer: Thomas Neidhart <[email protected]> Committed: Wed Dec 2 09:02:12 2015 +0000 ---------------------------------------------------------------------- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/7c390648/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 7a3645e..0a0f062 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
