Skip to content

Commit

Permalink
Fix linting on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Dec 15, 2016
1 parent c5d1d4f commit 56f492b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ test:
override:
- ./gradlew lint install -PdisablePreDex -Dorg.gradle.daemon=false --console=plain
post:
- mkdir $CIRCLE_TEST_REPORTS/lint
- mkdir $CIRCLE_TEST_REPORTS/lint/library
- mkdir $CIRCLE_TEST_REPORTS/lint/sample
- mkdir $CIRCLE_ARTIFACTS/javadoc
- cp -r library/build/outputs/lint-results.* $CIRCLE_TEST_REPORTS/lint/library
- cp -r sample/build/outputs/lint-results.* $CIRCLE_TEST_REPORTS/lint/sample
Expand Down

0 comments on commit 56f492b

Please sign in to comment.