From 358e6d48e28f8fc039eff38e672bceccbc9088f3 Mon Sep 17 00:00:00 2001 From: Joshua Hoblitt Date: Tue, 8 Oct 2013 14:32:26 -0700 Subject: [PATCH] enable cucumber tests on travis ci --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1d1f6aa..824d958 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,6 @@ rvm: - 1.9.2 - 1.9.3 - 2.0.0 +script: "rake spec features" notifications: email: false