aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 73ac0fb01..cdfb6d6d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -439,8 +439,8 @@ matrix:
- zlib1g-dev
before_install:
- - eval "${OVERRIDE_CC}"
- - eval "${OVERRIDE_CXX}"
+ - export "${OVERRIDE_CC}"
+ - export "${OVERRIDE_CXX}"
install:
- if [ "$T" = "coverage" ]; then pip2 install --user cpp-coveralls; fi