Skip to content

Commit

Permalink
feat(gradle-3): fix circle script
Browse files Browse the repository at this point in the history
  • Loading branch information
jgcmarins committed Jun 26, 2018
1 parent c4bece4 commit 5c20929
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Expand Up @@ -26,7 +26,8 @@ jobs:
name: Run Checks
command: |
cd android
chmod +x ./gradlew clean && ./gradlew && ./gradlew check
chmod +x ./gradlew
./gradlew clean && ./gradlew && ./gradlew check
- save_cache:
key: v1-npm
paths:
Expand Down

0 comments on commit 5c20929

Please sign in to comment.