AcDisplay icon indicating copy to clipboard operation
AcDisplay copied to clipboard

Travis CI fix

Open CarlosACepeda opened this issue 4 years ago • 0 comments

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

CarlosACepeda avatar Sep 03 '19 16:09 CarlosACepeda