初始化代码
This commit is contained in:
31
vendor/mtdowling/jmespath.php/.travis.yml
vendored
Normal file
31
vendor/mtdowling/jmespath.php/.travis.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user