From 0c77c6cfb533cbecd893a5bbd3e2406aa2863b24 Mon Sep 17 00:00:00 2001 From: slackersoft Date: Wed, 1 Oct 2014 13:10:11 -0700 Subject: [PATCH] Use the Gemfile from the docs repo --- travis-docs-script.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/travis-docs-script.sh b/travis-docs-script.sh index e9fd985b..225e71a7 100644 --- a/travis-docs-script.sh +++ b/travis-docs-script.sh @@ -1,8 +1,11 @@ #!/bin/bash -e +set -e + git clone https://github.com/jasmine/jasmine.github.io.git cd jasmine.github.io +export BUNDLE_GEMFILE=$PWD/Gemfile bundle bundle exec rake update_edge_jasmine