mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 10:56:11 +00:00
Change travis-ci URLs to .com (#1823)
This commit is contained in:
parent
9755fb5ec0
commit
1d4ee2f86c
@ -82,7 +82,7 @@ matrix:
|
||||
- chmod 600 scripts/deploy_docs_rsa
|
||||
- export GIT_SSH_COMMAND="/usr/bin/ssh -i $TRAVIS_BUILD_DIR/scripts/deploy_docs_rsa"
|
||||
- git config --global user.name "Travis CI"
|
||||
- git config --global user.email "travis@travis-ci.org"
|
||||
- git config --global user.email "travis@travis-ci.com"
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
provider: script
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
Cutter is a free and open-source reverse engineering framework powered by [radare2](https://github.com/radareorg/radare2) . Its goal is making an advanced, customizable and FOSS reverse-engineering platform while keeping the user experience at mind. Cutter is created by reverse engineers for reverse engineers.
|
||||
|
||||
[![Build Status](https://travis-ci.org/radareorg/cutter.svg?branch=master)](https://travis-ci.org/radareorg/cutter)
|
||||
[![Build Status](https://travis-ci.com/radareorg/cutter.svg?branch=master)](https://travis-ci.com/radareorg/cutter)
|
||||
[![Build status](https://ci.appveyor.com/api/projects/status/s9rkx1dn3uy4bfdx/branch/master?svg=true)](https://ci.appveyor.com/project/radare/cutter/branch/master)
|
||||
[![Total alerts](https://img.shields.io/lgtm/alerts/g/radareorg/cutter.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/radareorg/cutter/alerts/)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user