Skip to content

Commit

Permalink
Copy properties example file for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
niranjan94 committed Dec 22, 2018
1 parent 64bfd0a commit 69edfb5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ env:
global:
MALLOC_ARENA_MAX=1
matrix:
- ANDROID_TARGET=android-28 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-24 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-21 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-28 ANDROID_ABI=x86
- ANDROID_TARGET=android-24 ANDROID_ABI=x86
- ANDROID_TARGET=android-21 ANDROID_ABI=x86
- ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-16 ANDROID_ABI=armeabi-v7a

Expand Down Expand Up @@ -45,6 +45,7 @@ before_script:
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
- cp -f app/keys.properties.example app/keys.properties

script:
- ./gradlew connectedAndroidTest
Expand Down

0 comments on commit 69edfb5

Please sign in to comment.