aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-09-25 16:44:50 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-09-25 16:44:50 +0800
commitdc8d43f5ad0a4d1983ee84f6baa0c2ca9a467b3e (patch)
tree35b72686f7f721ca2133f15e2469625b3dbb56c4
parent97f8bd4ca2f518c67a4905800d16c83c942cd962 (diff)
downloadtangerine-mcl-dc8d43f5ad0a4d1983ee84f6baa0c2ca9a467b3e.tar.gz
tangerine-mcl-dc8d43f5ad0a4d1983ee84f6baa0c2ca9a467b3e.tar.zst
tangerine-mcl-dc8d43f5ad0a4d1983ee84f6baa0c2ca9a467b3e.zip
go does not use asan
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 4e8f745..2e1239e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,6 @@ addons:
- libgmp-dev
script:
- make test DEBUG=1 -j3
+ - make clean
- make test_go