Skip to content
This repository was archived by the owner on Jun 3, 2021. It is now read-only.

Commit 3279829

Browse files
YorkShenlucky-chen
authored andcommitted
[Android] Build playground in Travis (#2910)
1 parent d24e5af commit 3279829

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
@@ -137,8 +137,8 @@ script:
137137
esac
138138
if npm run danger -- ci --dangerfile ./dangerfile-android.js | grep -q "hasAndroidFile" ; then
139139
cd android
140-
./gradlew clean install -PbuildRuntimeApi=true ${GRADLE_ABI} --info
141-
./gradlew install -PbuildRuntimeApi=false ${GRADLE_ABI} --info
140+
./gradlew clean assembleRelease -PbuildRuntimeApi=true ${GRADLE_ABI} --info
141+
./gradlew assembleRelease -PbuildRuntimeApi=false ${GRADLE_ABI} --info
142142
fi
143143
;;
144144
"jsfm" )

0 commit comments

Comments
 (0)