Skip to content

Commit

Permalink
Clean and clobber before each circleci build.
Browse files Browse the repository at this point in the history
  • Loading branch information
rkachowski committed Apr 12, 2015
1 parent 0ce3894 commit 1c085d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ checkout:

test:
override:
- rake clobber
- xctool clean
- rake test
post:
- mkdir -p $CIRCLE_TEST_REPORTS/junit/
Expand Down

0 comments on commit 1c085d0

Please sign in to comment.