.travis.yml: also build pull requests

This commit is contained in:
pascalschumacher 2017-07-25 23:12:19 +02:00
parent 1909ca3248
commit ee512ca286
1 changed files with 0 additions and 5 deletions

View File

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