1 Star 0 Fork 0

Ragus/libphonenumber-for-php

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.13 KB
一键复制 编辑 原始数据 按行查看 历史
Joshua Gigg 提交于 2019-12-10 17:07 . PHP 7.4 is now released
sudo: false
dist: trusty
language: php
env:
- COVERAGE_FLAGS=""
matrix:
fast_finish: true
include:
# Need to use Precise for PHP 5.3
- php: 5.3
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE_FLAGS=""
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
env: COVERAGE_FLAGS=" --coverage-text --coverage-clover build/logs/clover.xml"
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4
env: COVERAGE_FLAGS=" --coverage-text --coverage-clover build/logs/clover.xml"
before_install:
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
- mkdir -p build/logs
install:
- travis_retry composer update --no-interaction $COMPOSER_FLAGS
script:
- composer validate --strict
- ./vendor/bin/phpunit $COVERAGE_FLAGS
after_success:
- "[[ -f vendor/bin/php-coveralls ]] && COVERALLS_PATH=vendor/bin/php-coveralls || COVERALLS_PATH=vendor/bin/coveralls"
- travis_retry php $COVERALLS_PATH -v --exclude-no-stmt
- travis_retry php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ragus/libphonenumber-for-php.git
git@gitee.com:ragus/libphonenumber-for-php.git
ragus
libphonenumber-for-php
libphonenumber-for-php
master

搜索帮助