Skip to content

Commit

Permalink
Move codecov upload to circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaumbach committed Apr 27, 2017
1 parent f756ad0 commit c6c9542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ before_install:
- ./setup.sh
script:
- bundle exec fastlane specs
after_success:
- bash <(curl -s https://codecov.io/bash)
2 changes: 2 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ dependencies:
test:
override:
- bundle exec fastlane specs
post:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit c6c9542

Please sign in to comment.