Skip to content

Commit

Permalink
Run 2.7 tests once
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinj committed Oct 25, 2020
1 parent b741e5d commit f8585e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: ruby
cache: bundler

rvm:
- 2.7
- 2.6
- 2.5
- 2.4
Expand All @@ -19,7 +18,7 @@ matrix:
fast_finish: true
include:
- rvm: 2.7
name: "Run Danger and Code Climate"
name: "Run Ruby 2.7 tests, 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

0 comments on commit f8585e2

Please sign in to comment.