Skip to content

Commit c9cf302

Browse files
committed
fake Travis to enable Elsa deployment
Works around pyvec/elsa#65
1 parent 44717f3 commit c9cf302

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,10 @@ jobs:
2424
name: deploy
2525
command: |
2626
if [[ "$CIRCLE_BRANCH" == "master" ]]; then
27+
# https://github.com/pyvec/elsa/pull/65
28+
export TRAVIS=1
29+
export TRAVIS_REPO_SLUG=pyvec/pyvec.org
30+
31+
# run Elsa
2732
pipenv run deploy
2833
fi

0 commit comments

Comments
 (0)