Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run 2.7 tests once #539

Merged
merged 2 commits into from Oct 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: ruby
cache: bundler

rvm:
- 2.7
- 2.6
- 2.5
- 2.4
Expand All @@ -11,15 +10,14 @@ rvm:
- 2.1
- ruby-head
- jruby-9.2.11.1
- jruby-9.0.5.0
- jruby-head
- truffleruby

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:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down