diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-13 14:43:10 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-03-13 14:43:10 +0800 |
commit | 9c3bf8db5ed42d061a458626d3d78fe167ea804c (patch) | |
tree | 6a3ee34ecc6541ba52c817a9c2fe4d5b9afd92e3 | |
parent | 8a21ce2567a9a7ba39159df6855f9348aa1b9c89 (diff) | |
download | dexon-bls-9c3bf8db5ed42d061a458626d3d78fe167ea804c.tar dexon-bls-9c3bf8db5ed42d061a458626d3d78fe167ea804c.tar.gz dexon-bls-9c3bf8db5ed42d061a458626d3d78fe167ea804c.tar.bz2 dexon-bls-9c3bf8db5ed42d061a458626d3d78fe167ea804c.tar.lz dexon-bls-9c3bf8db5ed42d061a458626d3d78fe167ea804c.tar.xz dexon-bls-9c3bf8db5ed42d061a458626d3d78fe167ea804c.tar.zst dexon-bls-9c3bf8db5ed42d061a458626d3d78fe167ea804c.zip |
test with DEBUG=1
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 34f3598..93a2a8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,5 @@ script: - git clone https://github.com/herumi/mcl.git - git clone https://github.com/herumi/bls.git - cd bls - - make test + - make test DEBUG=1 |