We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99a723 commit 5ebe52fCopy full SHA for 5ebe52f
.travis.yml
@@ -3,6 +3,7 @@ android:
3
- tools
4
- platform-tools
5
- build-tools-25.0.2
6
+ - android-23
7
- android-25
8
- extra-android-m2repository
9
- sys-img-armeabi-v7a-android-21
@@ -45,14 +46,14 @@ matrix:
45
46
before_install:
47
- gem install cocoapods
48
- pod repo update
- script: cd ../demo && npm run build-ios-bundle
49
+ script: cd ../demo && npm run build-ios-bundle --uglify
50
- language: android
51
os: linux
52
env:
53
- Webpack="Android"
54
jdk: oraclejdk8
55
before_install: nvm install 6.10.3
- script: cd ../demo && npm run build-android-bundle
56
+ script: cd ../demo && npm run build-android-bundle --uglify
57
- stage: "Build"
58
59
- BuildAndroid="25"
0 commit comments