From 80623d1c8903b43c29299e0b21ebcf9a3a4283b4 Mon Sep 17 00:00:00 2001 From: Ernesto Tagwerker Date: Wed, 10 Dec 2014 21:11:27 +0700 Subject: [PATCH] Fixed cucumber features, so Travis should now run both rspec and cucumber. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: