aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
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 /Makefile.in
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
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 0 insertions, 3 deletions
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