Skip to content

Commit

Permalink
Use danger
Browse files Browse the repository at this point in the history
  • Loading branch information
kzaitsev committed Jul 31, 2016
1 parent 6d5aad4 commit b19b674
Show file tree
Hide file tree
Showing 3 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 @@ -4,7 +4,10 @@ cache: bundler

matrix:
include:
- rvm: 2.3.0
- rvm: 2.3.1
script:
- bundle exec danger
- rvm: 2.3.1
- rvm: 2.2
- rvm: 2.1
- rvm: ruby-head
Expand Down
1 change: 1 addition & 0 deletions Dangerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# inherits from https://github.com/ruby-grape/danger
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ source 'https://rubygems.org'
gemspec

gem 'grape-swagger', github: 'ruby-grape/grape-swagger'
gem 'danger', '~> 2.0', require: false

if RUBY_VERSION < '2.2.2'
gem 'rack', '<2.0.0'
Expand Down

0 comments on commit b19b674

Please sign in to comment.