Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
56
Star
131
Fork
157
samtools
/
htsjdk
Code
Issues
168
Pull requests
39
Projects
0
Wiki
Insights
Pulse
Graphs
Adding OpenJDK8 to travis configuration
#875
Merged
jacarey
merged 1 commit into
master
from
jc_DSDEGP-1326
May 17, 2017
Conversation
2
Commits
1
Files changed
1
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
e2801ee
Adding OpenJDK8 to travis configuration
jacarey
May 16, 2017
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+1
−0
Unified
Split
Show comments
View
1
.travis.yml
@@ -10,6 +10,7 @@ cache:
-
$HOME/.m2
jdk
:
-
oraclejdk8
+ -
openjdk8
script
:
./gradlew test jacocoTestReport;
after_success
:
-
bash <(curl -s https://codecov.io/bash)
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.