Commit 50dd04d
committed
Force Travis CI to run with JDK 8 as otherwise the build is currently failing
Our CI builds were failing with a non-understandable fatal error on the JVM when forking to run the junit tests.
The builds passed locally, so we suspected from JVM changes on CI. Looking on Travis CI news it seems they bumped the environments automatically to Java 11, so it must be related: https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038/8
Forcing the build to run with JDK 8 (which is what we urrently support at Feedzai) seems to have fixed the problem.1 parent 3600efb commit 50dd04d
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
7 | 16 | | |
8 | 17 | | |
9 | 18 | | |
| |||
0 commit comments