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
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Sep 16, 2019
1 parent c06d42e commit f674d2f
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 f674d2f

Please sign in to comment.