-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add/fix Travis tests #372
Add/fix Travis tests #372
Conversation
e4311ba
to
59d2731
Compare
@paddybyers Stuck here: https://travis-ci.org/ably/ably-java/jobs/353722078 Will follow these instructions and work locally with docker to check what's the problem. |
@@ -0,0 +1 @@ | |||
org.gradle.jvmargs=-Xmx1536M |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needed to avoid To run dex in process, the Gradle daemon needs a larger heap.
message in Travis.
43f813a
to
1b0f061
Compare
4060d70
to
20c86d4
Compare
@paddybyers status so far:
|
Are you sure that's the correct link? I see a bytecode version error there |
@paddybyers Yes, that's the link I meant. Also this (same error). I think that when running |
It might not exist but, since it does, it will be processed. The top-level |
f2c3f18
to
77021b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I added one question.
TBH I think we could collapse all of this into a single commit because there's a bit of back-and-forth in here.
ci/run-android-tests.sh
Outdated
@@ -0,0 +1 @@ | |||
./gradlew connectedAndroidTest --info |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still need the --info
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
5c20774
to
16d67a3
Compare
83de6f8
to
3a4325e
Compare
Note to self: you cannot run x86 images on Travis.
Related issue
android-22
, java8 and openjdkFix #364