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

Commit

Permalink
[Android] Build playground in Travis (#2910)
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen authored and lucky-chen committed Sep 16, 2019
1 parent d24e5af commit 3279829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ script:
esac
if npm run danger -- ci --dangerfile ./dangerfile-android.js | grep -q "hasAndroidFile" ; then
cd android
./gradlew clean install -PbuildRuntimeApi=true ${GRADLE_ABI} --info
./gradlew install -PbuildRuntimeApi=false ${GRADLE_ABI} --info
./gradlew clean assembleRelease -PbuildRuntimeApi=true ${GRADLE_ABI} --info
./gradlew assembleRelease -PbuildRuntimeApi=false ${GRADLE_ABI} --info
fi
;;
"jsfm" )
Expand Down

0 comments on commit 3279829

Please sign in to comment.