fix tests for ruby 2.1 and add 2.1 to ci test matrix

This commit is contained in:
Reinier Balt 2013-12-31 16:11:32 +01:00
parent 17dca39d3a
commit 468274c5d1
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
before_install:
- "mysql -e 'create database tracks_test;'"

View file

@ -20,7 +20,7 @@ def two_weeks_hence
end
def way_back
Time.zone.local(2008,1,1)
Time.zone.local(2008,1,1).to_s(:db)
end
%>