summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorYann Collet <cyan@fb.com>2020-12-01 01:42:36 (GMT)
committerYann Collet <cyan@fb.com>2020-12-01 01:42:36 (GMT)
commit19564bce78fcfea15f6b5435eb28a3b8767ac8ec (patch)
treedc502454a0108022ed26a48e378cc97111ba580d /.travis.yml
parent5a551754cf48d020152f48d5bf1e6d99fa6d4c27 (diff)
downloadlz4-19564bce78fcfea15f6b5435eb28a3b8767ac8ec.zip
lz4-19564bce78fcfea15f6b5435eb28a3b8767ac8ec.tar.gz
lz4-19564bce78fcfea15f6b5435eb28a3b8767ac8ec.tar.bz2
fix CFLAGS unexport issue
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f201d52..bdab59f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@ matrix:
- name: (Precise) g++ and clang CMake test
dist: precise
script:
- - make gpptest
+ - make cxxtest
- make clean
- make examples
- make clean cmake