diff --git a/.travis.yml b/.travis.yml index c353445..f96029e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ language: android -env: - - CODECOV_TOKEN=bfdfe8e9-af1c-454f-aa27-87291922866e -after_success: - - bash <(curl -s https://codecov.io/bash) jdk: oraclejdk8 android: components: @@ -14,13 +10,5 @@ android: - extra-android-m2repository - extra-google-m2repository - # Additional components - #- extra-google-google_play_services - #- addon-google_apis-google-19 - - # Specify at least one system image, if you need to run emulator(s) during your tests - #- sys-img-armeabi-v7a-android-19 - #- sys-img-x86-android-17 - licenses: - '.+'