Skip to content
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

Travis CI fix #160

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

Travis CI fix #160

wants to merge 8 commits into from

Conversation

CarlosACepeda
Copy link
Collaborator

@CarlosACepeda CarlosACepeda commented Sep 3, 2019

Fixing the CI build in Travis CI by doing the following:

using the same build tools as the Gradle file at app level.
chaging the jdk from oraclejdk7 to openjdk8 (most modern)
Fixing a flag that's no longer available when starting the emulator -no-audio flag

So far it's still failing with: junit.framework.AssertionFailedError: Failed to write to the file.
So I'm trying to find a fix for this

Using OpenJDK instead. In an attempt to fiz the script.
'no-audio' flag is no longer available on modern emulators.
build tools exactly as gradle
Force the annotation library in test
project/app/build.gradle Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants