Skip to content

Commit 19a0ca6

Browse files
author
shushant
committed
Create .travis.yml
1 parent a56f2d7 commit 19a0ca6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: .travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
language: android
2+
android:
3+
components:
4+
- build-tools-18.1.0
5+
6+
before_script:
7+
# Create and start emulator
8+
- echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
9+
- emulator -avd test -no-skin -no-audio -no-window &
10+
- ./wait_for_emulator
11+
12+
script: mvn install -Pintegration-tests -Dandroid.device=test

0 commit comments

Comments
 (0)