From 3ece8898cc7c2245fabd767b178156107f442a0f Mon Sep 17 00:00:00 2001 From: Ahmet Bakan Date: Sun, 11 Oct 2015 21:09:39 -0700 Subject: [PATCH] Added deploy. --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index cad0f8c..9c823fb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,3 +9,10 @@ install: - pip install . script: - make test +deploy: + _ git checkout --orphan gh-pages + _ rm $(git ls-files) + _ git rm --cached $(git ls-files) + _ git add . + _ git commit + _ git push origin gh-pages