Skip to content

Commit 5804b28

Browse files
authored
Reduce build matrix, run Danger once. (#1458)
* Reduce build matrix, run Danger once. * Restore testing for Ruby 2.1 and 2.0, undoes #1441.
1 parent 96c2da9 commit 5804b28

File tree

2 files changed

+16
-18
lines changed

2 files changed

+16
-18
lines changed

.travis.yml

+16-17
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,26 @@ language: ruby
22

33
sudo: false
44

5-
rvm:
6-
- 2.3.1
7-
- 2.3.0
8-
- 2.2.5
9-
- rbx-2
10-
- ruby-head
11-
- jruby-head
12-
135
matrix:
6+
include:
7+
- rvm: 2.3.1
8+
gemfile: Gemfile
9+
before_script:
10+
- bundle exec danger
11+
- rvm: 2.3.1
12+
gemfile: gemfiles/rack_1.5.2.gemfile
13+
- rvm: 2.3.0
14+
- rvm: 2.2.5
15+
- rvm: 2.1.10
16+
gemfile: gemfiles/rails_4.gemfile
17+
- rvm: 2.0.0
18+
gemfile: gemfiles/rails_3.gemfile
19+
- rvm: rbx-2
20+
- rvm: ruby-head
21+
- rvm: jruby-head
1422
allow_failures:
1523
- rvm: ruby-head
1624
- rvm: jruby-head
1725
- rvm: rbx-2
1826

19-
gemfile:
20-
- Gemfile
21-
- gemfiles/rails_3.gemfile
22-
- gemfiles/rails_4.gemfile
23-
- gemfiles/rack_1.5.2.gemfile
24-
2527
bundler_args: --without development
26-
27-
before_script:
28-
- bundle exec danger

CHANGELOG.md

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#### Features
55

6-
* [#1440](https://github.com/ruby-grape/grape/pull/1441): Supports only Ruby 2.2.2 and later - [@jlfaber](https://github.com/jlfaber).
76
* [#1393](https://github.com/ruby-grape/grape/pull/1393): Middleware can be inserted before or after default Grape middleware - [@ridiculous](https://github.com/ridiculous).
87
* [#1390](https://github.com/ruby-grape/grape/pull/1390): Allows inserting middleware at arbitrary points in the middleware stack - [@Rosa](https://github.com/Rosa).
98
* [#1366](https://github.com/ruby-grape/grape/pull/1366): Stores `message_key` on `Grape::Exceptions::Validation` - [@mkou](https://github.com/mkou).

0 commit comments

Comments
 (0)