Skip to content

Commit 3a81b19

Browse files
Dimitar TachevDimitar Tachev
authored andcommitted
Added snapshot and uglify checks in the travis webpack builds.
1 parent b26ee78 commit 3a81b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ matrix:
1616
language: node_js
1717
node_js: "6"
1818
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
2020
- language: android
2121
os: linux
2222
env:
2323
- Platform="Android"
2424
jdk: oraclejdk8
2525
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
2727
- env:
2828
- BuildAndroid="26"
2929
language: android

0 commit comments

Comments
 (0)