From 75e8dd6867af29f80b5e7c7700f1da87587dba35 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sat, 2 Feb 2019 00:41:32 +0800 Subject: [PATCH] README: CI on master branch, not on next branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f9d0bce..2164cb33 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ Capstone Engine =============== -[![Build Status](https://travis-ci.org/aquynh/capstone.svg?branch=next)](https://travis-ci.org/aquynh/capstone) -[![Build status](https://ci.appveyor.com/api/projects/status/a4wvbn89wu3pinas/branch/next?svg=true)](https://ci.appveyor.com/project/aquynh/capstone/branch/next) +[![Build Status](https://travis-ci.org/aquynh/capstone.svg?branch=master)](https://travis-ci.org/aquynh/capstone) +[![Build status](https://ci.appveyor.com/api/projects/status/a4wvbn89wu3pinas/branch/master?svg=true)](https://ci.appveyor.com/project/aquynh/capstone/branch/master) Capstone is a disassembly framework with the target of becoming the ultimate disasm engine for binary analysis and reversing in the security community.