Skip to content

Commit 5ebe52f

Browse files
committed
trying travis fix for uglify build
1 parent e99a723 commit 5ebe52f

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
@@ -3,6 +3,7 @@ android:
33
- tools
44
- platform-tools
55
- build-tools-25.0.2
6+
- android-23
67
- android-25
78
- extra-android-m2repository
89
- sys-img-armeabi-v7a-android-21
@@ -45,14 +46,14 @@ matrix:
4546
before_install:
4647
- gem install cocoapods
4748
- pod repo update
48-
script: cd ../demo && npm run build-ios-bundle
49+
script: cd ../demo && npm run build-ios-bundle --uglify
4950
- language: android
5051
os: linux
5152
env:
5253
- Webpack="Android"
5354
jdk: oraclejdk8
5455
before_install: nvm install 6.10.3
55-
script: cd ../demo && npm run build-android-bundle
56+
script: cd ../demo && npm run build-android-bundle --uglify
5657
- stage: "Build"
5758
env:
5859
- BuildAndroid="25"

0 commit comments

Comments
 (0)