First commit

This commit is contained in:
2025-10-02 10:33:06 +08:00
parent 198b8bf2a6
commit c38eed4a22
5512 changed files with 958855 additions and 0 deletions

31
vendor/mtdowling/jmespath.php/.travis.yml vendored Executable file
View File

@@ -0,0 +1,31 @@
language: php
matrix:
include:
- php: 5.4
dist: trusty
- php: 5.5
dist: trusty
- php: 5.6
dist: trusty
- php: 7.0
dist: trusty
- php: 7.1
dist: bionic
- php: 7.2
dist: bionic
- php: 7.3
dist: bionic
- php: 7.4
dist: bionic
- php: hhvm-3.18
dist: trusty
install: travis_retry composer install
script: make test
after_script:
- make perf
- JP_PHP_COMPILE=on make perf
- JP_PHP_COMPILE=on CACHE=on make perf