No longer try to push to github, we'll update jasmine in docs manually

This commit is contained in:
Charles Hansen and Gregg Van Hove
2014-02-25 10:58:59 -08:00
parent 455b6bade8
commit e972bac80d

View File

@@ -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