aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-11-04 17:57:45 +0100
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2020-11-04 17:59:10 +0100
commit06a885d06ef772344eb1e80bdbba8a389a815fca (patch)
treea1db74c5272b46f387761fa3a821e65759b90ec0
parentAllow lua in minetest.profile (diff)
downloadfirejail-06a885d06ef772344eb1e80bdbba8a389a815fca.tar.gz
firejail-06a885d06ef772344eb1e80bdbba8a389a815fca.tar.zst
firejail-06a885d06ef772344eb1e80bdbba8a389a815fca.zip
ci: drop Travis CI because of their new pricing model
Meanwhile most tests are also run via GitHub Actions Fixes #3721
-rw-r--r--.travis.yml12
-rw-r--r--Makefile.in3
-rw-r--r--README.md3
3 files changed, 0 insertions, 18 deletions
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index f1590aaa2..000000000
--- a/.travis.yml
+++ /dev/null
@@ -1,12 +0,0 @@
1language: c
2dist: trusty
3sudo: true
4
5script:
6 - sudo apt-get -y install expect csh xzdec lintian fakeroot
7 - ( ./configure --enable-fatal-warnings --prefix=/usr && make && sudo make install && make test-travis )
8 - ( sudo make install-strip DESTDIR=$(readlink -f appdir) )
9# # If successful, build release tarball
10# - ( cd appdir/ ; tar cfvj ../firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2 . )
11# - curl --upload-file ./firejail-*.tar.bz2 https://transfer.sh/firejail-build$TRAVIS_BUILD_NUMBER.tar.bz2
12# - # 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
240test-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 240test-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
241 echo "TEST COMPLETE" 241 echo "TEST COMPLETE"
242 242
243test-travis: test-profiles test-fcopy test-fnetfilter test-fs test-utils test-sysutils test-environment test-filters test-arguments
244 echo "TEST COMPLETE"
245
246test-github: test-fcopy test-fnetfilter test-utils test-sysutils test-environment test-arguments 243test-github: test-fcopy test-fnetfilter test-utils test-sysutils test-environment test-arguments
247 echo "TEST COMPLETE" 244 echo "TEST COMPLETE"
248 245
diff --git a/README.md b/README.md
index 7ddd5e636..dc8a71c07 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
1# Firejail 1# Firejail
2[![Test Status](https://travis-ci.org/netblue30/firejail.svg?branch=master)](https://travis-ci.org/netblue30/firejail)
3[![Build Status](https://gitlab.com/Firejail/firejail_ci/badges/master/pipeline.svg)](https://gitlab.com/Firejail/firejail_ci/pipelines/) 2[![Build Status](https://gitlab.com/Firejail/firejail_ci/badges/master/pipeline.svg)](https://gitlab.com/Firejail/firejail_ci/pipelines/)
4[![Packaging status](https://repology.org/badge/tiny-repos/firejail.svg)](https://repology.org/project/firejail/versions) 3[![Packaging status](https://repology.org/badge/tiny-repos/firejail.svg)](https://repology.org/project/firejail/versions)
5 4
@@ -66,8 +65,6 @@ FAQ: https://github.com/netblue30/firejail/wiki/Frequently-Asked-Questions
66 65
67Wiki: https://github.com/netblue30/firejail/wiki 66Wiki: https://github.com/netblue30/firejail/wiki
68 67
69Travis-CI status: https://travis-ci.org/netblue30/firejail
70
71GitLab-CI status: https://gitlab.com/Firejail/firejail_ci/pipelines/ 68GitLab-CI status: https://gitlab.com/Firejail/firejail_ci/pipelines/
72 69
73 70