just try the specs.. on 1.9.3 as well...

This commit is contained in:
Ben Mabey 2012-08-05 23:28:23 -06:00
parent bd4dd70705
commit 362d51d3ff
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
language: ruby
rvm:
- 1.8.7
# - 1.9.3
- 1.9.3
# TODO: make this work with the regular rake command
script: "bundle exec rake"
script: "bundle exec rake spec"
gemfile:
- Gemfile
before_script: