Skip to content

Commit

Permalink
Testing against Ruby 2.5.3 and 2.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Sousa authored and dblock committed Dec 27, 2018
1 parent d028c45 commit 77a6bac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ language: ruby
cache: bundler

rvm:
- 2.5.1
- 2.5.3
- 2.6.0

before_script:
- bundle exec danger
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
### 0.3.2 (Next)

* Automatically convert `before` and `after` arguments of `Strava::Api::Client#athlete_activities` from `Time` to `Integer` - [@dblock](https://github.com/dblock).
* [#18](https://github.com/dblock/strava-ruby-client/pull/18): Testing against Ruby 2.5.3 and 2.6.0 - [@lucianosousa](https://github.com/lucianosousa).
* Your contribution here.

### 0.3.1 (2018/12/05)
Expand Down

0 comments on commit 77a6bac

Please sign in to comment.