Copy dummy docs/circle.yml to gh-pages branch (#603)

This commit is contained in:
ebraminio 2017-11-02 07:56:25 -07:00 committed by GitHub
parent 1955cbecc9
commit d18ee5afe8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ mkdir $DOCSDIR
cd $DOCSDIR
cp ../docs/html/* .
cp ../docs/circle.yml .
git init
git config user.name "Travis CI"