Skip to content

Commit

Permalink
Merge pull request #18 from wokalski/codecov-readme
Browse files Browse the repository at this point in the history
Adds codecov badge to readme
  • Loading branch information
wokalski authored Nov 25, 2016
2 parents bfac415 + e271ad1 commit 2f176a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
osx_image: xcode8.2
language: objective-c

branches:
only:
- master

before_install:
- gem install cocoapods # Since Travis is not always on latest version
- gem install xcpretty
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.org/wokalski/Diff.swift.svg?branch=master)](https://travis-ci.org/wokalski/Diff.swift)
[![codecov](https://codecov.io/gh/wokalski/Diff.swift/branch/master/graph/badge.svg)](https://codecov.io/gh/wokalski/Diff.swift)


# Diff.swift

Expand Down

0 comments on commit 2f176a5

Please sign in to comment.