Remove Travis-CI from builds as we are now a platform app
As our masquerade MUST be compiled with framework.jar with OMS commits,
it is theoretically impossible for Travis-CI to do so.
Change-Id: I6bdd36b556eabe21c28d7eb6d4163723bd11f348
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 9ef4b74..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-language: android
-android:
- components:
- - tools
- - platform-tools
- - build-tools-23.0.3
- - android-23
- - extra-android-support
- - extra-android-m2repository
- - extra-google-m2repository
-
-env:
- global:
- # install timeout in minutes (2 minutes by default)
- - ADB_INSTALL_TIMEOUT=8
-
-# Emulator Management: Create, Start and Wait
-before_script:
- - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- - emulator -avd test -no-skin -no-audio -no-window &
- - android-wait-for-emulator
- - adb shell input keyevent 82 &
-
-script:
- - android list target
- - ./gradlew connectedAndroidTest
\ No newline at end of file