From 1d4ee2f86cca94dbf46a5ff132ef7240207f0ffe Mon Sep 17 00:00:00 2001 From: Itay Cohen Date: Tue, 8 Oct 2019 17:30:01 +0300 Subject: [PATCH] Change travis-ci URLs to .com (#1823) --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c509d323..be97f932 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/README.md b/README.md index fbb826df..fa4a9657 100644 --- a/README.md +++ b/README.md @@ -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/)