Merged
Conversation
delete openjdk13,openjdk14,openjdk-ea because java 1.6 cannot be used on such jdks. delete openjdk11 because CalendarValidatorTest, DateValidatorTest, TimeValidatorTest will fail on jdk11 as: ``` [ERROR] Failures: [ERROR] CalendarValidatorTest.testDateTimeStyle:197 validate(A) default [ERROR] CalendarValidatorTest.testFormat:215 default expected:<31/12/[]05> but was:<31/12/[20]05> [ERROR] CurrencyValidatorTest.testIntegerValid:142 US negative expected:<-1234.00> but was:<null> [ERROR] CurrencyValidatorTest.testInvalid:121 US wrong negative [ERROR] CurrencyValidatorTest.testValid:93 US negative expected:<-1234.56> but was:<null> [ERROR] DateValidatorTest.testDateValidatorMethods:69 validate(A) both expected:<Sat Dec 31 00:00:00 CST 2005> but was:<null> [ERROR] TimeValidatorTest.testTimeZone:224 pattern result [ERROR] Errors: [ERROR] CalendarValidatorTest.testCalendarValidatorMethods:70 NullPointer ```
…into fix_travis-ci_scripts � Conflicts: � .travis.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add cache m2 to travis-ci.
delete openjdk13,openjdk14,openjdk-ea because java 1.6 cannot be used on such jdks.
I see no plans about fixing them in near days, so I think we'd better disable it until a fix comes up.
nope, that test seems already been fixed.