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:
parent
123ed9c90d
commit
7c390648ab
|
@ -6,5 +6,10 @@ jdk:
|
|||
- openjdk7
|
||||
- oraclejdk8
|
||||
|
||||
# only build trunk
|
||||
branches:
|
||||
only:
|
||||
- trunk
|
||||
|
||||
after_success:
|
||||
- mvn clean test jacoco:report coveralls:report
|
||||
|
|
Loading…
Reference in New Issue