Mercurial > p > roundup > code
diff .travis.yml @ 6625:a67692d50ede
ignore zstd build failure trial 2.
using exit 0 seems to have caused the build to stop. try using || true
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 13 Mar 2022 16:48:31 -0400 |
| parents | 19897a7ef409 |
| children | e7143e4f6753 |
line wrap: on
line diff
--- a/.travis.yml Sun Mar 13 15:50:07 2022 -0400 +++ b/.travis.yml Sun Mar 13 16:48:31 2022 -0400 @@ -111,7 +111,7 @@ - pip install brotli # zstd fails to build under python nightly aborting test. # allow testing to still happen if the optional package doesn't install. - - pip install zstd || exit 0 + - pip install zstd || true before_script: # set up mysql database
