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 e288ec6 commit 6051e77Copy full SHA for 6051e77
.travis.yml
@@ -33,14 +33,14 @@ install:
33
- npm install
34
- tns platform add android
35
before_script:
36
-- echo no | android create avd --force -n test -t android-19 -b armeabi-v7a
+- echo no | android create avd --force -n test -t android-23 -b armeabi-v7a
37
- emulator -memory 1024 -avd test -no-audio -no-window &
38
script:
39
-
40
41
- tns build android
42
- android-wait-for-emulator
43
-- npm run appium --runtype=23
+- npm run appium --runtype=android23
44
before_deploy:
45
- cd ../nativescript-angular
46
- npm install -g nativescript --ignore-scripts
0 commit comments