diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-08-12 17:14:09 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-08-12 17:14:09 +0800 |
commit | c1f384d0d28a20d7126b4609df412723f0dc98fa (patch) | |
tree | 758831635e45e0e6dccb1c16d3ddc2cdc5580822 | |
parent | 77257b3f911a1841460e51af1d6cefd76e140e4f (diff) | |
download | tangerine-mcl-c1f384d0d28a20d7126b4609df412723f0dc98fa.tar.gz tangerine-mcl-c1f384d0d28a20d7126b4609df412723f0dc98fa.tar.zst tangerine-mcl-c1f384d0d28a20d7126b4609df412723f0dc98fa.zip |
clean before test_go
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4b4a9cc..0af48ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,6 @@ script: - git clone https://github.com/herumi/mcl.git - cd mcl - make test DEBUG=1 + - make clean - make test_go |