Browse Source

Separate linux JDK tests to 2 jobs

master
BinHong Lee 7 years ago
parent
commit
566ab73aba
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      .travis.yml

+ 3
- 4
.travis.yml View File

@@ -2,11 +2,10 @@ language: java
matrix:
include:
- os: osx
osx_image: xcode7.2
- os: linux
jdk:
- oraclejdk8
- oraclejdk7
jdk: oraclejdk8
- os: linux
jdk: oraclejdk7

script: "mvn cobertura:cobertura"



Loading…
Cancel
Save