diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-12-03 08:23:52 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-12-03 08:23:52 +0100 |
commit | 640ced83003872fab79817df313c00f34e348234 (patch) | |
tree | f242a9bd241351e843939e1e12b8bd40c0cdbf3c | |
parent | e121900774dba31f176a05e14eae4bf2056481e0 (diff) | |
download | curl-bagder/test-pr-weirdness.tar.gz |
fixup set "blank" to nothing insteadbagder/test-pr-weirdness
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9dcc9cbda..94e13bfeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -439,8 +439,8 @@ matrix: - zlib1g-dev before_install: - - export "${OVERRIDE_CC-no=nothing}" - - export "${OVERRIDE_CXX-no=nothing}" + - export "${OVERRIDE_CC-blank=}" + - export "${OVERRIDE_CXX-blank=}" install: - if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi |