diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-09 09:55:54 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-09 09:55:54 +0800 |
commit | be595c0f9471779a72ef964ce7a13dc66322020b (patch) | |
tree | 5f0e3137c3de5ef750fd267127467c245e26a728 /.travis.yml | |
parent | 8fbb047d8064ae09776db62edaa7dc4ece8ce38d (diff) | |
download | dexon-bls-be595c0f9471779a72ef964ce7a13dc66322020b.tar.gz dexon-bls-be595c0f9471779a72ef964ce7a13dc66322020b.tar.zst dexon-bls-be595c0f9471779a72ef964ce7a13dc66322020b.zip |
test of make
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index c658339..3fad5ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,6 @@ script: - git clone --depth 1 https://github.com/herumi/mcl.git - git clone --depth 1 https://github.com/herumi/bls.git - cd bls + - make - make test - make test_go |