diff --git a/.travis.yml b/.travis.yml index f00c4cb..59fa011 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ rvm: - 1.8.7 - 1.9.2 - ree -script: "bundle exec spec" +script: "bundle exec rake spec"