summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Herold <opensource@michaeljherold.com>2020-10-29 19:41:55 -0500
committerGitHub <noreply@github.com>2020-10-29 19:41:55 -0500
commit59d04c851e8ae80d82e93d82059e591eaa7718a7 (patch)
treeafc45878ac6819bf70da2e34009ebbb8003a340a
parent14e923d899183595abb5ee096c29e1de707fcc04 (diff)
parentcc41edde9ecb1876b4f97dcf05399bdcacdb046c (diff)
downloadhashie-59d04c851e8ae80d82e93d82059e591eaa7718a7.tar.gz
Merge pull request #539 from anakinj/run-27-ci-only-once
* Run 2.7 tests once
-rw-r--r--.travis.yml3
-rw-r--r--CHANGELOG.md1
2 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 94983e6..49230a1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,6 @@ language: ruby
cache: bundler
rvm:
- - 2.7
- 2.6
- 2.5
- 2.4
@@ -18,7 +17,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 33b5fe5..a6bf2a5 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