Skip to content

Commit 54c1453

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 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
@@ -49,6 +49,7 @@ android:
4949
- tools
5050
- platform-tools
5151
- build-tools-26.0.1
52+
- android-23
5253
- android-26
5354
- extra-android-m2repository
5455
- sys-img-armeabi-v7a-android-21

0 commit comments

Comments
 (0)