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
JDK switcher doesn't work in OSX
master
BinHong Lee
7 years ago
parent
55f52245aa
commit
008fb84203
1 changed files
with
5 additions
and
4 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-4
.travis.yml
+ 5
- 4
.travis.yml
View File
@@ -1,11 +1,12 @@
language: java
language: java
matrix:
matrix:
include:
include:
- os: linux
- os: osx
- os: osx
jdk:
- oraclejdk8
- oraclejdk7
osx_image: xcode7.2
- os: linux
jdk:
- oraclejdk8
- oraclejdk7
script: "mvn cobertura:cobertura"
script: "mvn cobertura:cobertura"
Write
Preview
Loading…
Cancel
Save