summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-04-23 09:47:11 -0700
committerGitHub <noreply@github.com>2019-04-23 09:47:11 -0700
commit0ad4e8836e796640a511f917cc0b8daabb25dc0b (patch)
treea0f5b50792e3371f7dfe0cdeed937780876d332c
parentec5116da98d5855f6ef3a2617352ac542114baf7 (diff)
parent52d1cec57389fe06dcc0c1e609faad7c08d264f2 (diff)
downloadffi-yajl-0ad4e8836e796640a511f917cc0b8daabb25dc0b.tar.gz
Merge pull request #99 from olleolleolle/patch-2
CI: Use 2.4.6
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b690ca6..5d26b26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,9 +10,8 @@ bundler_args: --without development_extras --jobs 3 --retry 3
after_success: gem install yajl-ruby; gem install json; gem install psych; FORCE_FFI_YAJL="ext" ffi-yajl-bench
matrix:
include:
- - rvm: 2.2.10
- rvm: 2.3.8
- - rvm: 2.4.5
+ - rvm: 2.4.6
- rvm: ruby-head
- rvm: rbx
- rvm: jruby