Skip to content

Commit 0bd5747

Browse files
Bump appium version
1 parent b818954 commit 0bd5747

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
- ANDROID_BUILD_TOOLS_VERSION=23.0.1
99
- ANDROID_ABI=armeabi-v7a
1010
- ANDROID_TAG=google_apis
11-
- APPIUM_VERSION=1.6.3
11+
- APPIUM_VERSION=1.6.5
1212
language: android
1313
jdk:
1414
- oraclejdk8
@@ -43,11 +43,9 @@ before_script:
4343
- emulator -memory 1024 -avd test -no-audio -no-window &
4444
- android-wait-for-emulator
4545
script:
46-
-
47-
-
4846
- tns build android
4947
- android-wait-for-emulator
50-
- npm run appium --runtype=android19
48+
- npm run appium --runtype=android19 --appium=$APPIUM_VERSION
5149
before_deploy:
5250
- cd ../nativescript-angular
5351
- npm install -g nativescript --ignore-scripts

0 commit comments

Comments
 (0)