diff --git a/.travis.yml b/.travis.yml index d40663b..fcb0806 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: