File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ matrix:
6363 node_js : " 6"
6464 script :
6565 - npm i -g appium
66- - cd demo && npm i && npm run appium --runType=android23 --sauceLab=true --appLocation=$ANDROID_PACKAGE
66+ - cd demo && npm i
67+ - travis_retry npm run appium --runType=android23 --sauceLab=true --appLocation=$ANDROID_PACKAGE
6768 - os : linux
6869 env :
6970 - iOS="10"
@@ -72,7 +73,7 @@ matrix:
7273 script :
7374 - npm i -g appium
7475 - cd demo && npm i
75- - travis_wait npm run appium --runType=ios-simulator103iPhone6 --sauceLab=true --appLocation=$IOS_PACKAGE
76+ - travis_wait travis_retry npm run appium --runType=ios-simulator103iPhone6 --sauceLab=true --appLocation=$IOS_PACKAGE
7677
7778android :
7879 components :
Original file line number Diff line number Diff line change 5757 "rxjs" : " ~5.3.0" ,
5858 "zone.js" : " ~0.8.4" ,
5959 "tslint" :" ~5.4.3"
60- },
61- "peerDependencies" : {
62- "tns-core-modules" : " ^3.0.0"
6360 }
6461}
You can’t perform that action at this time.
0 commit comments