In Travis we run ./gradlew build connectedCheck (line 43). "build" builds the app and runs the unit tests. "connectedCheck" executes the instrumentation tests on an Android device (physical) or an emulator. However we don't create/start an emulator.
This pull request installs the latest android emulator and the android-25 image. Afterwards it starts the emulator before executing the instrumentation tests.
In Travis we run ./gradlew build connectedCheck (line 43). "build" builds the app and runs the unit tests. "connectedCheck" executes the instrumentation tests on an Android device (physical) or an emulator. However we don't create/start an emulator.
This pull request installs the latest android emulator and the android-25 image. Afterwards it starts the emulator before executing the instrumentation tests.