Skip to content

Commit

Permalink
stop testing ruby 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Stephens committed Aug 22, 2014
1 parent a51e2eb commit a29f39c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.2
Expand Down
1 change: 1 addition & 0 deletions lib/with_timed_cache/caches.rb
Expand Up @@ -27,6 +27,7 @@ def create(key, opts = {})
def cache_class(format = "")
format = format.to_s.upcase
begin
# Ruby Version 1.9 and earlier will choke on this line
Object.const_get("WithTimedCache::#{format}Cache")
rescue
raise WithTimedCache::InvalidCacheFormatException
Expand Down

0 comments on commit a29f39c

Please sign in to comment.