Skip to content

Commit 8405b10

Browse files
committed
Update configuration
1 parent b0b0bf9 commit 8405b10

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ matrix:
5252
os: linux
5353
jdk: oraclejdk8
5454
env:
55-
- WebPack="Android"
55+
- WebpackAndroid="28"
5656
before_install:
5757
- nvm install 8
5858
script:
5959
- cd demo
60-
- tns build android --bundle --env.uglify --env.snapshot
60+
- tns build android --env.uglify --env.snapshot
6161
- cd ../demo-angular
62-
- tns build android --bundle --env.uglify --env.snapshot
62+
- tns build android --env.uglify --env.snapshot --env.aot
6363
- language: android
6464
os: linux
6565
dist: precise
@@ -96,12 +96,12 @@ matrix:
9696
node_js: "8"
9797
jdk: oraclejdk8
9898
env:
99-
- WebPack="iOS"
99+
- WebpackiOS="12"
100100
script:
101101
- cd demo
102-
- tns build ios --bundle --env.uglify
102+
- tns build ios --env.uglify
103103
- cd ../demo-angular
104-
- tns build ios --bundle --env.uglify
104+
- tns build ios --env.uglify --env.aot
105105
- os: osx
106106
osx_image: xcode10.0
107107
language: node_js

demo-angular/app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"android": {
3-
"v8Flags": "--expose_gc"
3+
"v8Flags": "--expose_gc",
4+
"requireModules": ["nativescript-localize"]
45
},
56
"main": "main.js",
67
"name": "nativescript-localize-demo-angular",

demo/app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"android": {
3-
"v8Flags": "--expose_gc"
3+
"v8Flags": "--expose_gc",
4+
"requireModules": ["nativescript-localize"]
45
},
56
"main": "app.js",
67
"name": "nativescript-localize-demo-javascript",

0 commit comments

Comments
 (0)