Skip to content

Commit

Permalink
Update travis build versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nesaulov committed Feb 28, 2018
1 parent 9297182 commit 9a9c786
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .travis.yml
Expand Up @@ -10,15 +10,10 @@ matrix:
gemfile: Gemfile
- rvm: 2.5.0
gemfile: Gemfile
- rvm: 2.4.2
- rvm: 2.4.3
gemfile: Gemfile
- rvm: 2.4.0
- rvm: 2.3.6
gemfile: Gemfile
- rvm: 2.3.5
gemfile: Gemfile
- rvm: 2.3.1
gemfile: Gemfile
- rvm: 2.2.5
gemfile: gemfiles/activerecord42.gemfile
- rvm: 2.2.0
- rvm: 2.2.9
gemfile: gemfiles/activerecord42.gemfile

2 comments on commit 9a9c786

@tycooon
Copy link

@tycooon tycooon commented on 9a9c786 Mar 1, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can just specify 2.4 so that it uses the latest one.

@nesaulov
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point

Please sign in to comment.