[ticket/715] Stop executable check and remove travis files

B3P-715
This commit is contained in:
Marc Alexander
2021-08-29 11:10:41 +02:00
parent 11326bce1a
commit d02e6c36c1
7 changed files with 1 additions and 182 deletions

View File

@@ -5,7 +5,7 @@ env:
SNIFF: 1 # Run code sniffer on your code? 1 or 0
IMAGE_ICC: 0 # Run icc profile sniffer on your images? 1 or 0
EPV: 1 # Run EPV (Extension Pre Validator) on your code? 1 or 0
EXECUTABLE_FILES: 1 # Run check for executable files? 1 or 0
EXECUTABLE_FILES: 0 # Run check for executable files? 1 or 0
PHPBB_BRANCH: 3.3.x # The phpBB branch to run tests on
on: