aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 3d3452b82d..0ca6cb53a4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -159,7 +159,7 @@ env:
<<: *cron-only
<<: *make-test-only
env:
- - BEFORE_INSTALL="sed vm_opts.h -e 's/OPT_SUPPORT_JOKE *0/OPT_SUPPORT_JOKE 1/' -i"
+ - cppflags=-DOPT_SUPPORT_JOKE
- &CPDEBUG
name: CPDEBUG
@@ -167,7 +167,7 @@ env:
<<: *cron-only
<<: *make-test-only
env:
- - DEFS="-DCPDEBUG"
+ - cppflags=-DCPDEBUG
- &WITH_COROUTINE_UCONTEXT
name: COROUTINE=ucontext