-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try running on java-ea for travis builds. #438
Conversation
+1 |
…n't flag the build completly failed.
Codecov Report
@@ Coverage Diff @@
## trunk #438 +/- ##
=========================================
Coverage 58.57% 58.57%
+ Complexity 10776 10775 -1
=========================================
Files 1206 1206
Lines 77193 77193
Branches 7456 7456
=========================================
Hits 45213 45213
+ Misses 29452 29451 -1
- Partials 2528 2529 +1
Continue to review full report at Codecov.
|
Hi Felix, warning: [options] bootstrap class path not set in conjunction with -source 8 Shouldn't we set source and target to 11 ? |
Well, as long as we are on Java 8 as minimum version, we should compile with something, that is compatible. That probably means:
But for this PR I am happy to have included the EA builds (even if they are failing right now) |
Closes apache#438 git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1852839 13f79535-47bb-0310-9956-ffa450edef68 Former-commit-id: 295528a
Description
Enable builds for Java EA on travis ci
Motivation and Context
We should get early warnings, when JMeter doesn't run on EA versions of Java.
How Has This Been Tested?
Will get tested by travis :)
Screenshots (if appropriate):
Types of changes
Checklist: