aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/michelf/php-markdown/.travis.yml
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2022-03-29 11:42:53 +0200
committerMario Vavti <mario@mariovavti.com>2022-03-29 11:42:53 +0200
commit0784cd593a39a4fc297e8a82f7e79bc8019a0868 (patch)
tree22182afb37cf460f8208fff9d276a0672add3185 /vendor/michelf/php-markdown/.travis.yml
parent0e2e9321025f87fe9587f3d183adaea6185e4e20 (diff)
parent9c5d2ee5630dd7033904039dcd1e92db8821b644 (diff)
downloadvolse-hubzilla-7.2.tar.gz
volse-hubzilla-7.2.tar.bz2
volse-hubzilla-7.2.zip
Merge branch '7.2RC'7.2
Diffstat (limited to 'vendor/michelf/php-markdown/.travis.yml')
-rw-r--r--vendor/michelf/php-markdown/.travis.yml42
1 files changed, 23 insertions, 19 deletions
diff --git a/vendor/michelf/php-markdown/.travis.yml b/vendor/michelf/php-markdown/.travis.yml
index d46714787..440045be3 100644
--- a/vendor/michelf/php-markdown/.travis.yml
+++ b/vendor/michelf/php-markdown/.travis.yml
@@ -1,25 +1,29 @@
language: php
-sudo: false
+matrix:
+ include:
+ - php: hhvm-3.18
+ dist: trusty
+ - php: 5.3
+ dist: precise
+ - php: 5.4
+ dist: trusty
+ - php: 5.5
+ dist: trusty
+ - php: 5.6
+ dist: xenial
+ - php: 7.0
+ dist: xenial
+ - php: 7.1
+ dist: bionic
+ - php: 7.2
+ dist: bionic
+ - php: 7.3
+ dist: bionic
+ - php: 7.4
+ dist: bionic
-cache:
- directories:
- - $HOME/.composer/
-
-# Run tests against all these PHP versions
-# TODO: When it becomes possible in TravisCI, switch 7.4snapshot to plain 7.4
-php:
- - 5.4
- - 5.5
- - 5.6
- - 7.0
- - 7.1
- - 7.2
- - 7.3
- - 7.4snapshot
- - hhvm
-
-before_script:
+install:
- composer install --prefer-dist
script: