From 3358ce491bf7c9fac904c4bbf4ab918e250afa91 Mon Sep 17 00:00:00 2001 From: Jan-Robin Aumann Date: Mon, 23 Apr 2018 14:25:09 +0200 Subject: [PATCH] added code coverage to travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 191dda6..fb245ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,5 +4,5 @@ xcode_project: d-fence.xcodeproj # xcode_scheme: d-fenceTests script: - xcodebuild -scheme d-fence -project d-fence.xcodeproj -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 8,OS=11.3' build -# after_success: -# - bash <(curl -s https://codecov.io/bash) \ No newline at end of file +after_success: + - bash <(curl -s https://codecov.io/bash) \ No newline at end of file