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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,14 +16,14 @@ matrix:
16
16
language: node_js
17
17
node_js: "6"
18
18
jdk: oraclejdk8
19
-
script: cd demo && npm run build.plugin && npm i && npm run build-ios-bundle && cd ../demo-angular && npm i && npm run build-ios-bundle
19
+
script: cd demo && npm run build.plugin && npm i && npm run build-ios-bundle -- --uglify --snapshot && cd ../demo-angular && npm i && npm run build-ios-bundle -- --uglify --snapshot
20
20
- language: android
21
21
os: linux
22
22
env:
23
23
- Platform="Android"
24
24
jdk: oraclejdk8
25
25
before_install: nvm install 6.10.3
26
-
script: cd demo && npm run build.plugin && npm i && npm run build-android-bundle && cd ../demo-angular && npm i && npm run build-android-bundle
26
+
script: cd demo && npm run build.plugin && npm i && npm run build-android-bundle -- --uglify --snapshot && cd ../demo-angular && npm i && npm run build-android-bundle -- --uglify --snapshot
0 commit comments