This website works better with JavaScript.
Home
Explore
Help
Sign In
binhong
/
LibrarySystem
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Separate linux JDK tests to 2 jobs
master
BinHong Lee
7 years ago
parent
008fb84203
commit
566ab73aba
1 changed files
with
3 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-4
.travis.yml
+ 3
- 4
.travis.yml
View File
@@ -2,11 +2,10 @@ language: java
matrix:
matrix:
include:
include:
- os: osx
- os: osx
osx_image: xcode7.2
- os: linux
- os: linux
jdk:
- oraclejdk8
-
oraclejdk7
jdk:
oraclejdk8
- os: linux
jdk:
oraclejdk7
script: "mvn cobertura:cobertura"
script: "mvn cobertura:cobertura"
Write
Preview
Loading…
Cancel
Save