mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Update .travis.yml
This commit is contained in:
parent
bfaa76d370
commit
dba4125b59
16
.travis.yml
16
.travis.yml
@ -1,23 +1,25 @@
|
|||||||
language: php
|
language: php
|
||||||
|
|
||||||
dist: trusty
|
|
||||||
sudo: false
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- php: 5.3
|
- php: 5.3
|
||||||
dist: precise
|
dist: precise
|
||||||
- php: 5.4
|
- php: 5.4
|
||||||
|
dist: trusty
|
||||||
- php: 5.5
|
- php: 5.5
|
||||||
|
dist: trusty
|
||||||
- php: 5.6
|
- php: 5.6
|
||||||
|
dist: xenial
|
||||||
- php: 7.0
|
- php: 7.0
|
||||||
|
dist: xenial
|
||||||
- php: 7.1
|
- php: 7.1
|
||||||
|
dist: bionic
|
||||||
- php: 7.2
|
- php: 7.2
|
||||||
|
dist: bionic
|
||||||
- php: 7.3
|
- php: 7.3
|
||||||
- php: nightly
|
dist: bionic
|
||||||
fast_finish: true
|
- php: 7.4
|
||||||
allow_failures:
|
dist: bionic
|
||||||
- php: nightly
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --prefer-dist --no-interaction --no-progress
|
- composer install --prefer-dist --no-interaction --no-progress
|
||||||
|
Loading…
Reference in New Issue
Block a user