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
This commit is contained in:
Thomas Neidhart 2015-12-02 09:02:12 +00:00
parent 123ed9c90d
commit 7c390648ab
1 changed files with 5 additions and 0 deletions

View File

@ -6,5 +6,10 @@ jdk:
- openjdk7
- oraclejdk8
# only build trunk
branches:
only:
- trunk
after_success:
- mvn clean test jacoco:report coveralls:report