Skip to content

Commit

Permalink
Tweak travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Mar 29, 2016
1 parent ff789b1 commit 9b134f6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- '2.0'
- '2.1'
- '2.3.0'
cache: bundler
sudo: false
script: bundle exec rspec
notifications:
email: false
2 changes: 1 addition & 1 deletion lib/recurrence/handler.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module SimplesIdeias
class Recurrence
module Handler # :nodoc: all
autoload :FallBack, 'recurrence/handler/fall_back'
autoload :FallBack, "recurrence/handler/fall_back"
end
end
end

0 comments on commit 9b134f6

Please sign in to comment.