You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -17,26 +17,25 @@ matrix:
17
17
os: linux
18
18
node_js: "6"
19
19
script: cd src && npm run ci.tslint && cd ../demo && npm run ci.tslint && cd ../demo-angular && npm run ci.tslint
20
-
- stage: "WebPack"
20
+
- stage: "WebPack and Build"
21
21
os: osx
22
22
env:
23
-
- Webpack="iOS"
24
-
osx_image: xcode8.3
23
+
- WebpackiOS="11"
24
+
osx_image: xcode9.1
25
25
language: node_js
26
26
node_js: "6"
27
27
jdk: oraclejdk8
28
-
script: cd demo && npm run build.plugin && npm i && npm run build-ios-bundle && cd ../demo-angular && npm run build.plugin && npm i && npm run build-ios-bundle
28
+
script: cd demo && npm run build.plugin && npm i && npm run ns-bundle --ios --build-app --uglify && cd ../demo-angular && npm run build.plugin && npm i && npm run ns-bundle --ios --build-app --uglify
29
29
- language: android
30
30
os: linux
31
31
env:
32
-
- Webpack="Android"
32
+
- WebpackAndroid="26"
33
33
jdk: oraclejdk8
34
34
before_install: nvm install 6.10.3
35
-
script: cd demo && npm run build.plugin && npm i && npm run build-android-bundle && cd ../demo-angular && npm run build.plugin && npm i && npm run build-android-bundle
36
-
- stage: "Build"
35
+
script: cd demo && npm run build.plugin && npm i && npm run ns-bundle --android --build-app --uglify --snapshot && cd ../demo-angular && npm run build.plugin && npm i && npm run ns-bundle --android --build-app --uglify --snapshot
>Make sure you replaced {facebook_app_id} with your Facebook App Id. More info regarding how to obtain a Facebook App Id can be found [here](https://developers.facebook.com/docs/apps/register).
81
82
83
+
# Usage
82
84
## NativeScript Core
83
85
### Initialization
84
86
Call init of nativescript-facebook module on application launch.
0 commit comments