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.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were using Travis for our builds under MacOS. This used to work in the past, however, lately it constanly times out, simply because our complete build takes a while to complete and Travis simply kills it, if it exceeds the time. When this fails, the checks in pull requests fail.
Hey, thanks for checking into it! I've created a separate task for this #1956. If you're up for upgrading the JDK - feel free to comment under it and I'll assign it to you. :)
You can try with the jdk: [ -openjdk8 ] approach - if the JDK is >= 1.8.0_222 then it'll work. Otherwise you'll probably need to go the homebrew path.
Task Description
We were using Travis for our builds under MacOS. This used to work in the past, however, lately it constanly times out, simply because our complete build takes a while to complete and Travis simply kills it, if it exceeds the time. When this fails, the checks in pull requests fail.
Tasks
The following tasks will need to be carried out:
Relationship:
Help
The text was updated successfully, but these errors were encountered: