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

Use latest Ruby patch releases in Travis build #122

Merged
merged 7 commits into from Jun 15, 2017
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
13 changes: 2 additions & 11 deletions .travis.yml
Expand Up @@ -9,19 +9,10 @@ script:
- ruby script/jack_hammer -t 2000
matrix:
include:
- rvm: 2.2.5
gemfile: spec/support/gemfiles/Gemfile.rails-3.2.x
env: DB=mysql
- rvm: 2.1.10
gemfile: spec/support/gemfiles/Gemfile.rails-4.2.x
env: DB=mysql
- rvm: 2.2.5
- rvm: 2.2.7
gemfile: spec/support/gemfiles/Gemfile.rails-5.1.x
env: DB=mysql
- rvm: 2.3.1
gemfile: spec/support/gemfiles/Gemfile.rails-4.1.x
env: DB=mysql
- rvm: 2.3.1
- rvm: 2.3.4
gemfile: spec/support/gemfiles/Gemfile.rails-5.1.x
env: DB=mysql
- rvm: 2.4.1
Expand Down
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -22,14 +22,11 @@ DoubleEntry uses the [Money gem](https://github.com/RubyMoney/money) to encapsul
DoubleEntry is tested against:

Ruby
* 2.1.x
* 2.2.x
* 2.3.x
* 2.4.x

Rails
* 3.2.x
* 4.1.x
* 4.2.x
* 5.0.x
* 5.1.x
Expand Down
6 changes: 0 additions & 6 deletions spec/support/gemfiles/Gemfile.rails-3.2.x

This file was deleted.

5 changes: 0 additions & 5 deletions spec/support/gemfiles/Gemfile.rails-4.1.x

This file was deleted.