diff options
author | Takayuki Matsuoka <t-mat@users.noreply.github.com> | 2021-05-31 02:23:10 (GMT) |
---|---|---|
committer | Takayuki Matsuoka <t-mat@users.noreply.github.com> | 2021-05-31 02:23:10 (GMT) |
commit | 0e3819cadb18eea38aeae672ea798113f8a3b228 (patch) | |
tree | c7698dab9f06372afc3d6af18e3acf62c6d76cec | |
parent | 42c3351af66741e1a3aef55e7eb947c1c7be7181 (diff) | |
download | lz4-0e3819cadb18eea38aeae672ea798113f8a3b228.zip lz4-0e3819cadb18eea38aeae672ea798113f8a3b228.tar.gz lz4-0e3819cadb18eea38aeae672ea798113f8a3b228.tar.bz2 |
Disable "(Trusty) clang-3.8 compilation"
[lz4-c-compilers] contains the following command for clang-3.8.
```
make -C tests test-lz4
```
[lz4-c-compilers] https://github.com/lz4/lz4/blob/025c3ce8f994213371a4260ae932ea244d44c6fc/.github/workflows/ci.yml#L17-L154
-rw-r--r-- | .travis.yml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml index edbfdd2..282e02b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,18 +145,18 @@ matrix: # script: # - make -C tests test-lz4 clean test-lz4c32 MOREFLAGS=-Werror # - - name: (Trusty) clang-3.8 compilation - dist: trusty - addons: - apt: - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-precise-3.8 - packages: - - clang-3.8 - script: - - make -C tests test-lz4 CC=clang-3.8 - +# - name: (Trusty) clang-3.8 compilation +# dist: trusty +# addons: +# apt: +# sources: +# - ubuntu-toolchain-r-test +# - llvm-toolchain-precise-3.8 +# packages: +# - clang-3.8 +# script: +# - make -C tests test-lz4 CC=clang-3.8 +# # - name: (Trusty) PowerPC + PPC64 compilation # dist: trusty # install: |