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 443cacc commit 81d5b40Copy full SHA for 81d5b40
.travis.yml
@@ -12,7 +12,7 @@ android:
12
- build-tools-23.0.1
13
- android-23
14
- extra-android-m2repository
15
- - sys-img-armeabi-v7a-android-19
+ - sys-img-armeabi-v7a-android-23
16
before_cache:
17
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
18
cache:
@@ -40,7 +40,7 @@ script:
40
-
41
- tns build android
42
- android-wait-for-emulator
43
-- npm run run-appium-android
+- npm run run-appium-android-23
44
before_deploy:
45
- cd ../nativescript-angular
46
- npm install -g nativescript --ignore-scripts
0 commit comments