From c6c9542b1f2dd24383f6f8f4d012930b6ea39b9a Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 26 Apr 2017 21:00:46 -0700 Subject: [PATCH] Move codecov upload to circle.yml --- .travis.yml | 2 -- circle.yml | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd27ee6..5c683d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,3 @@ before_install: - ./setup.sh script: - bundle exec fastlane specs -after_success: - - bash <(curl -s https://codecov.io/bash) diff --git a/circle.yml b/circle.yml index b5d6dae..12d3324 100644 --- a/circle.yml +++ b/circle.yml @@ -9,3 +9,5 @@ dependencies: test: override: - bundle exec fastlane specs + post: + - bash <(curl -s https://codecov.io/bash)