Skip to content

Commit f9bf025

Browse files
committed
Restore set +e; dropped with before_cache step
1 parent fd4e604 commit f9bf025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ script: |
922922
after_success: |
923923
# Upload wheels to pypi if tag is set
924924
925-
set -x
925+
set -x; set +e
926926
927927
if [ -n "$TRAVIS_TAG" ]; then
928928

0 commit comments

Comments
 (0)