Skip to content

Commit

Permalink
.travis.yml: Use latest minor releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwinter committed Nov 19, 2014
1 parent 39eb886 commit 661d734
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ language:
ruby

rvm:
- '1.9.3'
- '2.0.0'
- '2.1.1'
- '1.9'
- '2.0'
- '2.1'
- ruby-head
- rbx

Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
require File.expand_path(%q{../lib/filemagic/version}, __FILE__)
require_relative 'lib/filemagic/version'

begin
require 'hen'
Expand Down

0 comments on commit 661d734

Please sign in to comment.