ci: drop Travis CI because of their new pricing model

Meanwhile most tests are also run via GitHub Actions

Fixes #3721
This commit is contained in:
Reiner Herrmann 2020-11-04 17:57:45 +01:00
parent 4ab9d6e74e
commit 06a885d06e
3 changed files with 0 additions and 18 deletions

View file

@ -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

View file

@ -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"

View file

@ -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/