Skip to content

Commit 83f5a09

Browse files
Update appium
1 parent b1ef071 commit 83f5a09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ env:
77
- ANDROID_BUILD_TOOLS_VERSION=24.0.2
88
- ANDROID_ABI=armeabi-v7a
99
- ANDROID_TAG=google_apis
10+
- APPIUM_VERSION=1.6.3
1011
language: android
1112
jdk:
1213
- oraclejdk8
@@ -29,6 +30,7 @@ install:
2930
- npm install -g typings
3031
- wget -O ./nativescript.tgz "https://s3.amazonaws.com/nativescript-ci/build_result/nativescript.tgz"
3132
- npm install -g nativescript.tgz --ignore-scripts
33+
- npm install -g appium@$APPIUM_VERSION
3234
- tns usage-reporting disable
3335
- tns error-reporting disable
3436
- cd nativescript-angular

tests/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"nativescript-angular": "../nativescript-angular",
3939
"nativescript-unit-test-runner": "^0.3.4",
4040
"rxjs": "^5.2.0",
41-
"appium" : "1.6.3",
4241
"tns-core-modules": "next",
4342
"zone.js": "^0.8.2"
4443
},

0 commit comments

Comments
 (0)