From b035dcab1e0c06f6d84c93d39868c2d0d8f364ed Mon Sep 17 00:00:00 2001 From: Charles Lowell Date: Fri, 17 Feb 2012 09:25:18 -0600 Subject: [PATCH] bring in the redjs spec. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 1f4df12..fba837c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,3 +6,4 @@ notifications: recipients: - cowboyd@thefrontside.net script: bundle exec rake compile spec +before_install: git submodule update --init