Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rviannaoliveira authored Aug 3, 2018
1 parent 9ac1660 commit 43a981f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
key: jars-{{ checksum "build.gradle" }}-{{ checksum "app/build.gradle" }}
- run:
name: Run Tests
command: ./gradlew clean check
command: ./gradlew clean check -PdisablePreDex;
- store_artifacts:
path: app/build/reports
destination: reports
Expand Down

0 comments on commit 43a981f

Please sign in to comment.