diff options
author | Takayuki Matsuoka <t-mat@users.noreply.github.com> | 2021-05-31 01:45:07 (GMT) |
---|---|---|
committer | Takayuki Matsuoka <t-mat@users.noreply.github.com> | 2021-05-31 01:45:07 (GMT) |
commit | 4392dc326151f1eee65ea4889afceac826c3b56a (patch) | |
tree | c93ae66510c6ad6581ea521b5deae437460d36f8 | |
parent | bc8230aab780c959b803441275f6510f6f816c9e (diff) | |
download | lz4-4392dc326151f1eee65ea4889afceac826c3b56a.zip lz4-4392dc326151f1eee65ea4889afceac826c3b56a.tar.gz lz4-4392dc326151f1eee65ea4889afceac826c3b56a.tar.bz2 |
Disable "(macOS) General Test"
lz4-platform-macos-latest[1] in ci.yml contains the following test command
```
make # test library build
make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee
```
[1] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L450
-rw-r--r-- | .travis.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/.travis.yml b/.travis.yml index ad356f3..c3035b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,15 +3,15 @@ language: c matrix: fast_finish: true include: - # OS X Mavericks - - name: (macOS) General Test - os: osx - compiler: clang - script: - - make # test library build - - make clean - - make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `stdout` is not the console - +# # OS X Mavericks +# - name: (macOS) General Test +# os: osx +# compiler: clang +# script: +# - make # test library build +# - make clean +# - make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `stdout` is not the console +# # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes) - name: (Precise) benchmark test dist: precise |