Skip to content

Commit d40d697

Browse files
authored
Add Truffleruby head to CI (#2099)
1 parent 7e95ac8 commit d40d697

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sudo: false
66
# see https://docs.travis-ci.com/user/customizing-the-build/#matching-jobs-with-allow_failures
77
gemfile:
88

9+
script: bundle exec rake spec
10+
911
matrix:
1012
include:
1113
- rvm: 2.7.1
@@ -32,12 +34,10 @@ matrix:
3234
- rvm: 2.7.1
3335
gemfile: gemfiles/multi_json.gemfile
3436
script:
35-
- bundle exec rake
3637
- bundle exec rspec spec/integration/multi_json
3738
- rvm: 2.7.1
3839
gemfile: gemfiles/multi_xml.gemfile
3940
script:
40-
- bundle exec rake
4141
- bundle exec rspec spec/integration/multi_xml
4242
- rvm: 2.6.6
4343
gemfile: Gemfile
@@ -54,9 +54,11 @@ matrix:
5454
- rvm: ruby-head
5555
- rvm: jruby-head
5656
- rvm: rbx-3
57+
- rvm: truffleruby-head
5758
allow_failures:
5859
- rvm: ruby-head
5960
- rvm: jruby-head
6061
- rvm: rbx-3
62+
- rvm: truffleruby-head
6163

6264
bundler_args: --without development

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#### Fixes
88

99
* Your contribution here.
10+
* [#2099](https://github.com/ruby-grape/grape/pull/2099): Added truffleruby to Travis-CI - [@gogainda](https://github.com/gogainda).
1011
* [#2089](https://github.com/ruby-grape/grape/pull/2089): Specify order of mounting Grape with Rack::Cascade in README - [@jonmchan](https://github.com/jonmchan).
1112
* [#2083](https://github.com/ruby-grape/grape/pull/2083): Set `Cache-Control` header only for streamed responses - [@stanhu](https://github.com/stanhu).
1213
* [#2092](https://github.com/ruby-grape/grape/pull/2092): Correct an example params in Include Missing doc - [@huyvohcmc](https://github.com/huyvohcmc).

0 commit comments

Comments
 (0)