.travis.yml: also build pull requests
This commit is contained in:
parent
1909ca3248
commit
ee512ca286
|
@ -6,10 +6,5 @@ jdk:
|
||||||
- openjdk7
|
- openjdk7
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
|
|
||||||
# only build trunk
|
|
||||||
branches:
|
|
||||||
only:
|
|
||||||
- trunk
|
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- mvn clean test jacoco:report coveralls:report
|
- mvn clean test jacoco:report coveralls:report
|
||||||
|
|
Loading…
Reference in New Issue