We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be3dc7 commit 5dbcbbbCopy full SHA for 5dbcbbb
.travis.yml
@@ -40,7 +40,7 @@ install:
40
- npm install
41
- tns platform add android
42
before_script:
43
- - echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG
+ - echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI
44
- emulator -memory 1024 -avd test -no-audio -no-window &
45
- android-wait-for-emulator
46
script:
0 commit comments