MATH 4 requires at least java 7, build also the MATH_3_X branch.

This commit is contained in:
Thomas Neidhart 2015-12-02 21:08:41 +01:00
parent 7afc1c34fc
commit 25de9b7800
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@ language: java
sudo: false
jdk:
- openjdk6
- openjdk7
- oraclejdk8
# only build trunk
# only build master and the MATH_3_X branch
branches:
only:
- master
- MATH_3_X
after_success:
- mvn clean test jacoco:report coveralls:report