Skip to content

Commit d976820

Browse files
authored
Merge pull request #66 from NativeScript/zbranzov/peer
Remove peer dependency
2 parents 5a16976 + 87a9aa3 commit d976820

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7778
android:
7879
components:

src/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,5 @@
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
}

0 commit comments

Comments
 (0)