Yoann Rodière
|
e7423b076f
|
Do not log test progress by default, but provide a build option and enable it for Travis
So that the build isn't too verbose when running it locally.
|
2019-09-11 10:26:35 +02:00 |
Yoann Rodière
|
6e485989f1
|
Get rid of travis_wait in .travis.yml
... so that we get actionable logs when something fails.
|
2019-09-11 10:26:35 +02:00 |
Yoann Rodière
|
5f5e029941
|
HHH-13415 Run Travis tests on JDK11 too
Use OpenJDK 11.0.3 instead of OracleJDK 11.0.2 in the Travis build,
because 11.0.2 just fails because of a bug in javadoc generation.
|
2019-09-11 10:26:35 +02:00 |
Yoann Rodière
|
e4a3586316
|
Force the use of Ubuntu Trusty in the Travis build
If we don't force it, Travis will pick a release at random,
either Trusty or Xenial at the moment.
Using Oracle JDK 8 on Xenial is not easy, for some reason.
See:
* https://travis-ci.community/t/oracle-jdk-11-and-10-are-pre-installed-not-the-openjdk-builds/785/15
* https://github.com/travis-ci/travis-ci/issues/10289
(cherry picked from commit d6bd291934 )
|
2019-06-13 13:37:09 -05:00 |
Guillaume Smet
|
8eeeb19119
|
Travis - Raise the travis_wait timeout to 45 minutes
|
2018-05-10 20:37:25 +02:00 |
Guillaume Smet
|
6e3f9629c9
|
Travis - Delete more files before caching
|
2018-05-10 12:07:58 +02:00 |
Guillaume Smet
|
a93d6d9854
|
Try stabilizing the Travis build with travis_wait
|
2018-05-10 00:30:34 +02:00 |
Steve Ebersole
|
570c74a8c2
|
HHH-12188 - Add Java 9 automatic module name hinting
dropped Java 9 dues to javadoc issue
|
2018-01-03 11:25:08 -06:00 |
Steve Ebersole
|
5f4f4642a2
|
HHH-12191 - Add Travis CI support
|
2017-12-27 15:24:16 -06:00 |