From b47594a7f04c12165f509ac6b2d8f0e818c0b24e Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Mon, 12 Mar 2012 14:42:09 -0500 Subject: [PATCH] Run specs from within test_app --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cb1cef6..03dedbf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,3 +3,4 @@ env: "RAILS_ENV=test" language: ruby rvm: - 1.9.3 +script: "cd test_app && bundle exec rake"