Skip to content

Commit

Permalink
Merge pull request #4 from dblock/danger-2.1
Browse files Browse the repository at this point in the history
Use Danger 2.1.
  • Loading branch information
dblock authored Aug 1, 2016
2 parents ae2b747 + c779d83 commit 1f39ca1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@ language: ruby

sudo: false

rvm: 2.3.1
rvm:
- 2.3.1
- 2.3.0
- 2.2
- 2.1
- ruby-head
- jruby-9.0.5.0
- rbx-2

allow_failures:
- ruby-head
- rbx-2

before_script:
- bundle exec danger
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### Changelog

* Your contribution here.
* [#4](https://github.com/ruby-grape/danger/pull/4): Use Danger 2.1 - [@dblock](https://github.com/dblock).
* [#2](https://github.com/ruby-grape/danger/pull/2): You've made changes to lib, but didn't write any tests? - [@dblock](https://github.com/dblock).
* [#2](https://github.com/ruby-grape/danger/pull/2): You've made changes to specs, but no library code has changed? - [@dblock](https://github.com/dblock).
* [#2](https://github.com/ruby-grape/danger/pull/2): Have you updated CHANGELOG.md and is it in the right format? - [@dblock](https://github.com/dblock).
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
gem 'bundler'
gem 'rake'
gem 'rubocop', '0.42.0'
gem 'danger', '2.0.1'
gem 'danger', '~> 2.1', require: false

0 comments on commit 1f39ca1

Please sign in to comment.