From 96b42eab08ff46aa75c769ef7730f6f80a17e12f Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Sun, 25 Oct 2020 23:01:49 +0200 Subject: [PATCH 1/2] Run 2.7 tests once --- .travis.yml | 3 +-- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9c0873a6..26a1485e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ language: ruby cache: bundler rvm: - - 2.7 - 2.6 - 2.5 - 2.4 @@ -19,7 +18,7 @@ matrix: fast_finish: true include: - rvm: 2.7 - name: "Run Danger and Code Climate" + name: "Ruby: 2.7 (with Danger and Code Climate)" before_script: - bundle exec danger after_script: diff --git a/CHANGELOG.md b/CHANGELOG.md index abded329..06113afe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ Any violations of this scheme are considered to be bugs. * [#522](https://github.com/hashie/hashie/pull/522): Added eierlegende Wollmilchsau mascot graphic - [@carolineartz](https://github.com/carolineartz). * [#530](https://github.com/hashie/hashie/pull/530): Added Hashie::Extensions::Dash::PredefinedValues - [@caalberts](https://github.com/caalberts). * [#536](https://github.com/hashie/hashie/pull/536): Added exporting a normal Hash from an indifferent one through the `#to_hash` method - [@michaelherold](https://github.com/michaelherold). +* [#539](https://github.com/hashie/hashie/pull/539): Run 2.7 tests once - [@anakinj](https://github.com/anakinj) * Your contribution here. ### Changed From cc41edde9ecb1876b4f97dcf05399bdcacdb046c Mon Sep 17 00:00:00 2001 From: Joakim Antman Date: Mon, 26 Oct 2020 18:14:32 +0200 Subject: [PATCH 2/2] Drop jruby-9.0.5.0 from build matrix --- .travis.yml | 1 - CHANGELOG.md | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 26a1485e..49230a12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,6 @@ rvm: - 2.1 - ruby-head - jruby-9.2.11.1 - - jruby-9.0.5.0 - jruby-head - truffleruby diff --git a/CHANGELOG.md b/CHANGELOG.md index 06113afe..ae8749fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Any violations of this scheme are considered to be bugs. * [#522](https://github.com/hashie/hashie/pull/522): Added eierlegende Wollmilchsau mascot graphic - [@carolineartz](https://github.com/carolineartz). * [#530](https://github.com/hashie/hashie/pull/530): Added Hashie::Extensions::Dash::PredefinedValues - [@caalberts](https://github.com/caalberts). * [#536](https://github.com/hashie/hashie/pull/536): Added exporting a normal Hash from an indifferent one through the `#to_hash` method - [@michaelherold](https://github.com/michaelherold). -* [#539](https://github.com/hashie/hashie/pull/539): Run 2.7 tests once - [@anakinj](https://github.com/anakinj) +* [#539](https://github.com/hashie/hashie/pull/539): Run 2.7 tests once - [@anakinj](https://github.com/anakinj). * Your contribution here. ### Changed