Skip to content

Commit

Permalink
added badges
Browse files Browse the repository at this point in the history
disabled push notifications
  • Loading branch information
valeriomazzeo committed Aug 1, 2016
1 parent 79a2476 commit fae9353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ rvm:
- 2.3.1

script:
- bundle exec rake spec
- bundle exec rake spec

notifications:
email: false
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# danger-xcodebuild

[![Gem Version](https://badge.fury.io/rb/danger-xcodebuild.svg)](https://badge.fury.io/rb/danger-xcodebuild) [![Build Status](https://travis-ci.org/valeriomazzeo/danger-xcodebuild.svg?branch=master)](https://travis-ci.org/valeriomazzeo/danger-xcodebuild)

Exposes warnings, errors and test results. It requires a JSON generated using [xcpretty-json-formatter](https://github.com/marcelofabri/xcpretty-json-formatter), to be passed as an argument for it to work.

## Installation
Expand Down

0 comments on commit fae9353

Please sign in to comment.