]> git.joonet.de Git - adminer.git/commitdiff
Travis is not free anymore
authorJakub Vrana <jakub@vrana.cz>
Thu, 27 Mar 2025 06:00:00 +0000 (07:00 +0100)
committerJakub Vrana <jakub@vrana.cz>
Thu, 27 Mar 2025 06:00:00 +0000 (07:00 +0100)
.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 85a8975..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-language: php
-php:
-  - 5.6
-  - 7.1
-  - 7.2
-  - 7.3
-  - 7.4
-  - 8.0
-  - 8.1
-  - 8.2
-  - 8.3
-  - 8.4
-script: git diff --name-only $TRAVIS_COMMIT_RANGE | grep '\.php$' | xargs -n1 -P8 php -l | grep -v 'No syntax errors'; test $? -eq 1