From 06a885d06ef772344eb1e80bdbba8a389a815fca Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Wed, 4 Nov 2020 17:57:45 +0100 Subject: [PATCH] ci: drop Travis CI because of their new pricing model Meanwhile most tests are also run via GitHub Actions Fixes #3721 --- .travis.yml | 12 ------------ Makefile.in | 3 --- README.md | 3 --- 3 files changed, 18 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index f1590aaa2..000000000 --- a/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: c -dist: trusty -sudo: true - -script: - - sudo apt-get -y install expect csh xzdec lintian fakeroot - - ( ./configure --enable-fatal-warnings --prefix=/usr && make && sudo make install && make test-travis ) - - ( sudo make install-strip DESTDIR=$(readlink -f appdir) ) -# # If successful, build release tarball -# - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . ) -# - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 -# - # Could use https://github.com/probonopd/uploadtool to upload to GitHub Releases instead diff --git a/Makefile.in b/Makefile.in index e5d4ddd42..92db9865a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -240,9 +240,6 @@ test: test-profiles test-private-lib test-fcopy test-fnetfilter test-fs test-uti test-noprofiles: test-private-lib test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-apps test-apps-x11 test-apps-x11-xorg test-filters test-arguments echo "TEST COMPLETE" -test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-filters test-arguments - echo "TEST COMPLETE" - test-github: test-fcopy test-fnetfilter test-utils test-sysutils test-environment test-arguments echo "TEST COMPLETE" diff --git a/README.md b/README.md index 7ddd5e636..dc8a71c07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Firejail -[![Test Status](https://travis-ci.org/netblue30/firejail.svg?branch=master)](https://travis-ci.org/netblue30/firejail) [![Build Status](https://gitlab.com/Firejail/firejail_ci/badges/master/pipeline.svg)](https://gitlab.com/Firejail/firejail_ci/pipelines/) [![Packaging status](https://repology.org/badge/tiny-repos/firejail.svg)](https://repology.org/project/firejail/versions) @@ -66,8 +65,6 @@ FAQ: https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions Wiki: https://github.com/netblue30/firejail/wiki -Travis-CI status: https://travis-ci.org/netblue30/firejail - GitLab-CI status: https://gitlab.com/Firejail/firejail_ci/pipelines/