Kore/.travis.yml
Martijn Brekhof d634d9455e Refactored instrumentation tests to support RecyclerViews
* Fixed Espresso not waiting on ViewPager switching
* Removed BaseMediaActivityTests abstract class.
  Unfortunately the click action on list items now requires
  a unique item to be able to select the item to click.
  Therefore the tests from BaseMediaActivityTests have been
  moved to the specific test classes. This made the
  BaseMediaActivityTests class obsolete.
* Removed dependency on Context class in AddonsHandler and inlined
  the json data to allow the AddonsHandler to be initialized before
  the test activity is started. This was needed to have the
  AddonsActivityTests directly start the AddonsActivity, instead of
  first starting MoviesActivity and from there start the AddonsActivity.
2018-09-09 14:09:59 +01:00

26 lines
427 B
YAML

language: android
jdk: oraclejdk8
sudo: false
env:
matrix:
- ANDROID_TARGET=android-26
global:
- GRADLE_OPTS="-Xms128m"
android:
components:
# needed build tools
- build-tools-27.0.3
# The SDK version used to compile your project
- android-26
# extra needed components
- extra-android-m2repository
before_script:
script:
- ./gradlew assembleRelease lintRelease testDebugUnitTest