From f9d5ef34614f4c28c372d4243a9d7cf371930eb2 Mon Sep 17 00:00:00 2001 From: lantz Date: Mon, 25 Jan 2021 14:56:05 -0800 Subject: [PATCH] remove .travis.yml and travis badge from README.md (#1013) Thanks to travis.org for the CI support for many years. --- .travis.yml | 30 ------------------------------ README.md | 6 ++---- 2 files changed, 2 insertions(+), 34 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index cafb18c..0000000 --- a/.travis.yml +++ /dev/null @@ -1,30 +0,0 @@ -language: python -sudo: required - -matrix: - include: - - dist: focal - python: 3.6 - env: dist="24.04 LTS focal" - -before_install: -- sudo apt-get update -qq -- sudo apt-get install -qq vlan pyflakes -- PYTHON=`which python` util/install.sh -n - -install: -- make codecheck -- pip install pexpect || pip3 install pexpect -- util/install.sh -nfvw - -script: -- alias sudo="sudo env PATH=$PATH" -- export PYTHON=`which python` -- echo 'px import sys; print(sys.version_info)' | sudo $PYTHON bin/mn -v output -- sudo $PYTHON bin/mn --test pingall - -notifications: - email: - on_success: never - -# More details: https://docs.travis-ci.com/user/notifications diff --git a/README.md b/README.md index 6e48ad0..df86072 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ Mininet: Rapid Prototyping for Software Defined Networks Mininet 2.3.0a1 -[![Build Status][2]](https://github.com/mininet/mininet/actions) -[![Travis Status][1]](https://travis-ci.org/mininet/mininet) +[![Build Status][1]](https://github.com/mininet/mininet/actions) ### What is Mininet? @@ -122,5 +121,4 @@ Mininet to change the networking world! Bob Lantz on behalf of the Mininet Contributors -[1]: https://travis-ci.org/mininet/mininet.svg?branch=master -[2]: https://github.com/mininet/mininet/workflows/mininet-tests/badge.svg +[1]: https://github.com/mininet/mininet/workflows/mininet-tests/badge.svg