Merge branch 'master' into bump-ruby-2-4

This commit is contained in:
Mike Angell
2019-08-29 00:24:45 +10:00
committed by GitHub
11 changed files with 270 additions and 33 deletions
+6 -1
View File
@@ -3,13 +3,18 @@ language: ruby
rvm:
- 2.4
- 2.5
- 2.6
- &latest_ruby 2.6
- 2.7
- ruby-head
- jruby-head
- truffleruby
matrix:
include:
- rvm: *latest_ruby
script: bundle exec rake memory_profile:run
name: Profiling Memory Usage
allow_failures:
- rvm: ruby-head
- rvm: jruby-head