init web ems all

This commit is contained in:
agtuser
2024-09-27 17:13:36 +08:00
parent 81c97acbe9
commit 5cc56f8078
4263 changed files with 798779 additions and 0 deletions

34
phpMyAdmin/vendor/twig/extensions/.travis.yml vendored Executable file
View File

@@ -0,0 +1,34 @@
language: php
sudo: false
cache:
directories:
- vendor
- $HOME/.composer/cache/files
env:
- DEPS=no
before_install:
- phpenv config-rm xdebug.ini
before_script:
- if [ "$DEPS" == "low" ]; then composer --prefer-lowest --prefer-stable update; fi;
- if [ "$DEPS" == "no" ]; then composer install; fi;
script: |
./vendor/bin/simple-phpunit
matrix:
include:
- php: 5.3
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
env: DEPS=low
- php: 7.0
- php: 7.1
- php: 7.2
fast_finish: true