From cfc64a6f5ccf5db9b74f3adfcee7ceef606aaab7 Mon Sep 17 00:00:00 2001 From: slackersoft Date: Wed, 1 Oct 2014 09:59:39 -0700 Subject: [PATCH] bundle exec the docs rake tasks --- travis-docs-script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis-docs-script.sh b/travis-docs-script.sh index 45f9b2b9..e9fd985b 100644 --- a/travis-docs-script.sh +++ b/travis-docs-script.sh @@ -5,5 +5,5 @@ git clone https://github.com/jasmine/jasmine.github.io.git cd jasmine.github.io bundle -rake update_edge_jasmine -rake phantom +bundle exec rake update_edge_jasmine +bundle exec rake phantom