Skip to content

Commit 5dbcbbb

Browse files
Remove --tag
1 parent 5be3dc7 commit 5dbcbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
- npm install
4141
- tns platform add android
4242
before_script:
43-
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG
43+
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI
4444
- emulator -memory 1024 -avd test -no-audio -no-window &
4545
- android-wait-for-emulator
4646
script:

0 commit comments

Comments
 (0)