Skip to content

Commit

Permalink
fake Travis to enable Elsa deployment
Browse files Browse the repository at this point in the history
Works around pyvec/elsa#65
  • Loading branch information
honzajavorek committed Aug 26, 2019
1 parent 44717f3 commit c9cf302
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,10 @@ jobs:
name: deploy
command: |
if [[ "$CIRCLE_BRANCH" == "master" ]]; then
# https://github.com/pyvec/elsa/pull/65
export TRAVIS=1
export TRAVIS_REPO_SLUG=pyvec/pyvec.org
# run Elsa
pipenv run deploy
fi

0 comments on commit c9cf302

Please sign in to comment.