From e972bac80dfc6721a78aa132dfa92a3adb314ad9 Mon Sep 17 00:00:00 2001 From: Charles Hansen and Gregg Van Hove Date: Tue, 25 Feb 2014 10:58:59 -0800 Subject: [PATCH] No longer try to push to github, we'll update jasmine in docs manually --- travis-docs-script.sh | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/travis-docs-script.sh b/travis-docs-script.sh index 5f3bdf90..b168f9e9 100644 --- a/travis-docs-script.sh +++ b/travis-docs-script.sh @@ -8,12 +8,4 @@ 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` - -if [ $TRAVIS_PULL_REQUEST == false ] -then - git push origin master -fi - -exit $CODE +JASMINE_VERSION=edge bundle exec rake phantom