From 6a399fb1348a07bbb0b08ce45e2b45f42669f77b Mon Sep 17 00:00:00 2001 From: Ahmet Bakan Date: Sun, 11 Oct 2015 21:24:16 -0700 Subject: [PATCH] Forget gh-pages. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index f0595f2..cad0f8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,15 +9,3 @@ install: - pip install . script: - make test -after_success: - - git clean -f - - git config --global user.name "Ahmet Bakan" - - git config --global user.email "lordnapi@gmail.com" - - git config --global push.default simple - - ablog deploy --push-quietly --github-token=ABLOG_KEY -m="`git log -1 --pretty=%B`" - - git checkout --orphan gh-pages - - rm $(git ls-files) - - git rm --cached $(git ls-files) - - git add . - - git commit - - git push origin gh-pages