Skip to content

Commit 4d0d702

Browse files
committed
Don't skip after_success
1 parent 0c82edf commit 4d0d702

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
python: "3.7"
6060
install: skip
6161
script: skip
62-
after_success: skip
62+
after_success: true
6363
deploy:
6464
provider: pypi
6565
distributions: sdist bdist_wheel
@@ -72,7 +72,7 @@ jobs:
7272
python: "3.7"
7373
install: skip
7474
script: skip
75-
after_success: skip
75+
after_success: true
7676
skip_cleanup: true
7777
before_deploy:
7878
- ./set_version.py

0 commit comments

Comments
 (0)