summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:21:41 (GMT)
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 02:21:41 (GMT)
commitf2a5599c8d2b4d3756f6ca893fcf9aa1e1096322 (patch)
treebd7c53eb3dc72aaff10b68c26f52b4aa833d73d9
parent3887bc6d817bd3559db11e3f2c81e30f7eed41b5 (diff)
downloadlz4-f2a5599c8d2b4d3756f6ca893fcf9aa1e1096322.zip
lz4-f2a5599c8d2b4d3756f6ca893fcf9aa1e1096322.tar.gz
lz4-f2a5599c8d2b4d3756f6ca893fcf9aa1e1096322.tar.bz2
Disable "(Trusty) gcc-6 standard C compilation"
Disable "(Trusty) gcc-6 standard C compilation" [lz4-c-compilers] contains the following commands for gcc-6 ``` make c_standards 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.yml28
1 files changed, 14 insertions, 14 deletions
diff --git a/.travis.yml b/.travis.yml
index cab5c95..4b5665a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -95,20 +95,20 @@ matrix:
# script:
# - make -C tests test-frametest32 test-fuzzer32
#
- - name: (Trusty) gcc-6 standard C compilation
- dist: trusty
- addons:
- apt:
- sources:
- - ubuntu-toolchain-r-test
- packages:
- - gcc-6
- env:
- - CC=gcc-6
- script:
- - make c_standards
- - make -C tests test-lz4 MOREFLAGS=-Werror
-
+# - name: (Trusty) gcc-6 standard C compilation
+# dist: trusty
+# addons:
+# apt:
+# sources:
+# - ubuntu-toolchain-r-test
+# packages:
+# - gcc-6
+# env:
+# - CC=gcc-6
+# script:
+# - make c_standards
+# - make -C tests test-lz4 MOREFLAGS=-Werror
+#
# - name: (Trusty) arm + aarch64 compilation
# dist: trusty
# install: