Skip to content

Commit 979f59f

Browse files
author
Vasil Chimev
authored
chore(travis): add execute permissions to a travis script (NativeScript#4394)
* chore(travis): add execute permissions to a travis script * chore(travis): update emulator options
1 parent 7e39bfb commit 979f59f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ before_script:
3333
- npm install
3434
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi
3535
default/armeabi-v7a -c 12M
36-
- emulator -avd $AVD_NAME -no-audio -no-skin -no-window &
36+
- emulator -avd $AVD_NAME -no-audio -no-window &
3737
# - android-wait-for-emulator
3838
- ./build/travis-scripts/android-wait-for-emulator
3939
- adb shell input keyevent 82 &

build/travis-scripts/android-wait-for-emulator

100644100755
File mode changed.

0 commit comments

Comments
 (0)