From 84160ff51dcdda4449b0081594f809c458ec6acb Mon Sep 17 00:00:00 2001 From: Charles Hansen and Gregg Van Hove Date: Tue, 25 Feb 2014 11:28:02 -0800 Subject: [PATCH] revert to old version of checking the docs --- travis-docs-script.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/travis-docs-script.sh b/travis-docs-script.sh index b168f9e9..65d79059 100644 --- a/travis-docs-script.sh +++ b/travis-docs-script.sh @@ -2,10 +2,4 @@ git clone https://github.com/jasmine/jasmine.github.io.git -mkdir -p jasmine.github.io/edge/lib -cp lib/jasmine-core/{boot.js,jasmine-html.js,jasmine.js,jasmine.css} jasmine.github.io/edge/lib/ -cp lib/console/console.js jasmine.github.io/edge/lib/ - -cd jasmine.github.io -bundle install -JASMINE_VERSION=edge bundle exec rake phantom +bundle exec rake jasmine:ci JASMINE_CONFIG_PATH=jasmine.github.io/edge/spec/support/jasmine.yml