From 6ab70923b365f41a29b2b7cfe5ffceda678466ff Mon Sep 17 00:00:00 2001 From: slackersoft Date: Wed, 1 Oct 2014 08:15:35 -0700 Subject: [PATCH] Use rake tasks in the docs repo to test it --- travis-docs-script.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/travis-docs-script.sh b/travis-docs-script.sh index 65d79059..45f9b2b9 100644 --- a/travis-docs-script.sh +++ b/travis-docs-script.sh @@ -2,4 +2,8 @@ git clone https://github.com/jasmine/jasmine.github.io.git -bundle exec rake jasmine:ci JASMINE_CONFIG_PATH=jasmine.github.io/edge/spec/support/jasmine.yml +cd jasmine.github.io +bundle + +rake update_edge_jasmine +rake phantom