File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 7
7
- ANDROID_BUILD_TOOLS_VERSION=24.0.2
8
8
- ANDROID_ABI=armeabi-v7a
9
9
- ANDROID_TAG=google_apis
10
+ - APPIUM_VERSION=1.6.3
10
11
language : android
11
12
jdk :
12
13
- oraclejdk8
@@ -29,6 +30,7 @@ install:
29
30
- npm install -g typings
30
31
- wget -O ./nativescript.tgz "https://s3.amazonaws.com/nativescript-ci/build_result/nativescript.tgz"
31
32
- npm install -g nativescript.tgz --ignore-scripts
33
+ - npm install -g appium@$APPIUM_VERSION
32
34
- tns usage-reporting disable
33
35
- tns error-reporting disable
34
36
- cd nativescript-angular
Original file line number Diff line number Diff line change 38
38
"nativescript-angular" : " ../nativescript-angular" ,
39
39
"nativescript-unit-test-runner" : " ^0.3.4" ,
40
40
"rxjs" : " ^5.2.0" ,
41
- "appium" : " 1.6.3" ,
42
41
"tns-core-modules" : " next" ,
43
42
"zone.js" : " ^0.8.2"
44
43
},
You can’t perform that action at this time.
0 commit comments