diff --git a/.travis.yml b/.travis.yml index ce4976e..7b1a44b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,7 @@ rvm: - 1.9.3 - 2.0.0 - 2.1.0 -# TODO: make this work with the regular rake command -script: "bundle exec rake spec" +script: "bundle exec rake" gemfile: - Gemfile before_script: