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
+2-3
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,14 @@ matrix:
8
8
language: node_js
9
9
node_js: "6"
10
10
jdk: oraclejdk8
11
-
script: cd src && npm i && cd ../demo && npm i && tns build ios --bundle --env.uglify && cd ../demo-angular && npm i && tns build ios --bundle --env.uglify
11
+
script: cd src && npm i && cd ../demo && npm i && tns build ios --bundle --env.uglify && cd ../demo-angular && npm i && tns build ios --bundle --env.uglify --env.aot
12
12
- language: android
13
13
os: linux
14
14
env:
15
15
- WebPack="Android"
16
16
jdk: oraclejdk8
17
17
before_install: nvm install 6.10.3
18
-
script: cd src && npm i && cd ../demo && npm i && tns build android --bundle --env.uglify --env.snapshot && cd ../demo-angular && tns build android --bundle --env.uglify --env.snapshot
18
+
script: cd src && npm i && cd ../demo && npm i && tns build android --bundle --env.uglify --env.snapshot && cd ../demo-angular && tns build android --bundle --env.uglify --env.snapshot --env.aot
0 commit comments