Skip to content

Commit

Permalink
Merge pull request #65 from dblock/danger
Browse files Browse the repository at this point in the history
Added Danger, PR linter.
  • Loading branch information
dblock authored Sep 5, 2016
2 parents bc7a0b0 + c83394c commit f304c8e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ sudo: false

matrix:
include:
- rvm: 2.3.1
script:
- bundle exec danger
- rvm: 2.3.1
env: GRAPE_VERSION=0.8.0
- rvm: 2.3.1
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

### 1.5.1 (Next)

* ...
* [#65](https://github.com/ruby-grape/grape-active_model_serializers/pull/65): Added Danger, PR linter - [@dblock](https://github.com/dblock).
* Your contribution here.

### 1.5.0 (August 24, 2016)

Expand Down
1 change: 1 addition & 0 deletions Dangerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
danger.import_dangerfile(gem: 'ruby-grape-danger')
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ when 'HEAD'
else
gem 'grape', version
end

group :test do
gem 'ruby-grape-danger', '~> 0.1.0', require: false
end

0 comments on commit f304c8e

Please sign in to comment.