Skip to content

Commit 04db5c5

Browse files
committed
ignore zstd build failure trial 2.
using exit 0 seems to have caused the build to stop. try using || true
1 parent 0194eb3 commit 04db5c5

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
@@ -111,7 +111,7 @@ install:
111111
- pip install brotli
112112
# zstd fails to build under python nightly aborting test.
113113
# allow testing to still happen if the optional package doesn't install.
114-
- pip install zstd || exit 0
114+
- pip install zstd || true
115115

116116
before_script:
117117
# set up mysql database

0 commit comments

Comments
 (0)