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

Commit

Permalink
Update for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
YorkShen committed Jul 3, 2019
1 parent 814397e commit 01400ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ script:
hasAndroidFile=$(npm run danger -- run --dangerfile ./dangerfile-android.js)
echo "Node returned ${hasAndroidFile}"
echo "This is end"
if [[ "$hasAndroidFile" =~ "hasAndroidFile"]]; then
if [[ "$hasAndroidFile" =~ "hasAndroidFile" ]]; then
cd android
./gradlew clean install ${GRADLE_ABI} --info
fi
Expand Down

0 comments on commit 01400ac

Please sign in to comment.