From d053706ce6c484a45a16faa7007bee9d49134620 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=CC=81mi=20Pre=CC=81vost?= Date: Mon, 26 Dec 2011 16:22:43 -0500 Subject: [PATCH] Add custom Travis command --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 7097613..783311e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,2 @@ rvm: 1.9.2 +script: "bundle exec rake spec"