Skip to content

Commit c89ddd2

Browse files
committed
Fix release stage
1 parent c7df3ae commit c89ddd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
- stage: PyPI Release
2525
python: "3.6"
2626
env: []
27-
# Override install and script to no-ops
27+
# Override before_install, install, and script to no-ops
28+
before_install: true
2829
install: true
2930
script: echo "Releasing to PyPI..."
3031
after_success: true

0 commit comments

Comments
 (0)