diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 71d509e7..52748390 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -23,7 +23,7 @@ Some guides: * Mid-cycle releases get a patch version bump (`1.1.X`) when bugs affecting `stable` or `beta` are found * Pull requests which fix bugs target the oldest branch they affect (e.g. `stable`). * There might be occassional cherry-picks if something is fixed in a later branch and we don't notice/forget that it should really target an earlier branch. -* Documentation fixes, travis fixes, CHANGELOG/README fixes and other tiny fixes does not trigger a new point release. +* Documentation fixes, CI fixes, CHANGELOG/README fixes and other tiny fixes does not trigger a new point release. ### Contact diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 53ea5b13..00000000 --- a/.travis.yml +++ /dev/null @@ -1,22 +0,0 @@ -sudo: required -dist: bionic -language: python -cache: - - pip - - directories: - - /home/travis/virtualenv/python2.7.9/lib/python2.7/site-packages/ - - /home/travis/virtualenv/python2.7.9/bin/ - - capstone - - unicorn -install: - - sudo apt-get -y install gdb nasm - - lsb_release -a - - pip install -r requirements.txt - - sudo ./setup.sh -script: - - futurize --all-imports --stage1 --print-function --write --unicode-literals pwndbg tests - - git diff-index --quiet HEAD -- pwndbg tests - - isort --check-only --diff --recursive pwndbg tests - - PWNDBG_TRAVIS_TEST_RUN=1 ./tests.sh - - python2.7 -m py_compile ida_script.py $(git ls-files 'pwndbg/*.py') - - python3 -m py_compile $(git ls-files 'pwndbg/*.py') diff --git a/README.md b/README.md index 160876bb..95cdc62b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# pwndbg [![Build Status](https://travis-ci.org/pwndbg/pwndbg.svg?branch=dev)](https://travis-ci.org/pwndbg/pwndbg) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/pwndbg/pwndbg/blob/dev/LICENSE.md) [![Py2&3](https://img.shields.io/badge/Python-2%20%26%203-green.svg)]() [![IRC](https://img.shields.io/badge/freenode-%23pwndbg-red.svg)](https://webchat.freenode.net/?channels=#pwndbg) +# pwndbg [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/pwndbg/pwndbg/blob/dev/LICENSE.md) [![Py2&3](https://img.shields.io/badge/Python-2%20%26%203-green.svg)]() [![IRC](https://img.shields.io/badge/freenode-%23pwndbg-red.svg)](https://webchat.freenode.net/?channels=#pwndbg) `pwndbg` (/poʊndbæg/) is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers. diff --git a/docs/index.md b/docs/index.md index 723c6be7..161d3813 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,4 +1,4 @@ -# pwndbg [![Build Status](https://travis-ci.org/pwndbg/pwndbg.svg?branch=dev)](https://travis-ci.org/pwndbg/pwndbg) [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/pwndbg/pwndbg/blob/dev/LICENSE.md) [![Py2&3](https://img.shields.io/badge/Python-2%20%26%203-green.svg)]() [![IRC](https://img.shields.io/badge/freenode-%23pwndbg-red.svg)](https://webchat.freenode.net/?channels=#pwndbg) +# pwndbg [![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)](https://github.com/pwndbg/pwndbg/blob/dev/LICENSE.md) [![Py2&3](https://img.shields.io/badge/Python-2%20%26%203-green.svg)]() [![IRC](https://img.shields.io/badge/freenode-%23pwndbg-red.svg)](https://webchat.freenode.net/?channels=#pwndbg) `pwndbg` (/poʊndbæg/) is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers.