diff options
author | MITSUNARI Shigeo <[email protected]> | 2021-02-18 16:35:26 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2021-02-18 16:36:00 +0900 |
commit | 69a25fd929c846d6fb70bf945223a9e883ae8548 (patch) | |
tree | 0826a69c8190ff4ed00e8dfaa1b8527f4dc68ed7 | |
parent | a6a9dac912148396af7e6073a8fe614c95dfd493 (diff) | |
download | xbyak-69a25fd929c846d6fb70bf945223a9e883ae8548.tar.gz xbyak-69a25fd929c846d6fb70bf945223a9e883ae8548.zip |
change build status to travis-ci.com
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/herumi/xbyak.png)](https://travis-ci.org/herumi/xbyak) +[![Build Status](https://api.travis-ci.com/herumi/xbyak.svg?branch=master)](https://travis-ci.com/github/herumi/xbyak) # Xbyak 5.991 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++ |