Skip to content

Commit

Permalink
added code coverage to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bmo-at committed Apr 23, 2018
1 parent 0f9c93b commit 3358ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 3358ce4

Please sign in to comment.