From 455b6bade8b14d44920ca3cc3c9c48341f1fa8b2 Mon Sep 17 00:00:00 2001 From: Charles Hansen and Gregg Van Hove Date: Tue, 25 Feb 2014 10:56:41 -0800 Subject: [PATCH] bundle install in docs repo --- travis-docs-script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis-docs-script.sh b/travis-docs-script.sh index 9670c764..5f3bdf90 100644 --- a/travis-docs-script.sh +++ b/travis-docs-script.sh @@ -7,6 +7,7 @@ cp lib/jasmine-core/{boot.js,jasmine-html.js,jasmine.js,jasmine.css} jasmine.git cp lib/console/console.js jasmine.github.io/edge/lib/ cd jasmine.github.io +bundle install export JASMINE_VERSION=edge CODE=`bundle exec rake phantom`