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 b818954 commit 0bd5747Copy full SHA for 0bd5747
.travis.yml
@@ -8,7 +8,7 @@ env:
8
- ANDROID_BUILD_TOOLS_VERSION=23.0.1
9
- ANDROID_ABI=armeabi-v7a
10
- ANDROID_TAG=google_apis
11
- - APPIUM_VERSION=1.6.3
+ - APPIUM_VERSION=1.6.5
12
language: android
13
jdk:
14
- oraclejdk8
@@ -43,11 +43,9 @@ before_script:
43
- emulator -memory 1024 -avd test -no-audio -no-window &
44
- android-wait-for-emulator
45
script:
46
--
47
48
- tns build android
49
50
-- npm run appium --runtype=android19
+- npm run appium --runtype=android19 --appium=$APPIUM_VERSION
51
before_deploy:
52
- cd ../nativescript-angular
53
- npm install -g nativescript --ignore-scripts
0 commit comments