update inbox list

This commit is contained in:
manhlab
2021-04-07 19:25:18 -04:00
parent fda7245f7c
commit 436de2efd6
8576 changed files with 1013325 additions and 3 deletions

34
vendor/theseer/tokenizer/.travis.yml vendored Normal file
View File

@@ -0,0 +1,34 @@
os:
- linux
language: php
before_install:
- wget https://phar.io/releases/phive.phar
- wget https://phar.io/releases/phive.phar.asc
- gpg --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x9B2D5D79
- gpg --verify phive.phar.asc phive.phar
- chmod +x phive.phar
- sudo mv phive.phar /usr/bin/phive
install:
- ant setup
script: ./tools/phpunit
php:
- 7.0
- 7.1
- 7.0snapshot
- 7.1snapshot
- 7.2
- 7.3
- master
matrix:
allow_failures:
- php: master
fast_finish: true
notifications:
email: false