From 4faf7ef2c1eb2431632f6069d45eed52ee15c798 Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Wed, 6 Feb 2019 16:01:49 +0900 Subject: [PATCH] add test without xbyak --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c535657..73a97e6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,5 +11,7 @@ addons: script: - make test_ci DEBUG=1 -j3 - make clean + - make test_ci CFLAGS_USER=-DMCL_DONT_USE_XBYAK -j3 + - make clean - make test_go